How to proxy authorize request from our application to zitadel in OIDC standard implementation ?
Hello, we are making request to zitadel as a GET request to https://xyz.zitadel.cloud/oauth/v2/authorize?client_id=1234@xyz&redirect_uri=http://localhost:3000/redirect&response_type=code&scope=openid%20email%20profile&code_challenge=9az09PjcfuENS7oDK7jUd2xAWRb-B3N7Sr3kDoWECOY&code_challenge_method=S256 with headers x-zitadel-login-client with service user_id and it returns an error {"code": 5, "message": "Not Found"}. Im not sure if missing something over here.
And if possible please share example implementation of custom login with OIDC standard (https://zitadel.com/docs/guides/integrate/login-ui/oidc-standard).
And if possible please share example implementation of custom login with OIDC standard (https://zitadel.com/docs/guides/integrate/login-ui/oidc-standard).
