Hi, i am currently stuck trying to use the jwt idp integration. I want users to be able to log in to a zitadel app, using a jwt issued by supabase.
This is my Configuration, I am unsure about the jwt endpoint. Name: Supabase Auth Header Name: x-custom-tkn Issuer: https://<supabase-id>.supabase.co/auth/v1 JWT Endpoint: http://localhost:8000/jwt-callback JWT Keys Endpoint: https://<supabase-id>.supabase.co/auth/v1/.well-known/jwks.json
Currently Zitadel Login will offer the Provider as Option and then redirect to the JWT Endpoint with a authRequestID and userAgentID as url parameters.
What should happen next? Is my use case even possible and are there any examples? I feel like I am missing a zitadel endpoint where i can actually send the jwt token to.