You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure OpenID login with AWS Cognito.
When i click on the OpenID button, i can login but then i'm redirected to the following url :
https://*******/static/oidc-callback.html?code=*****
The page is blank and the browser console shows an error : "invalid_client"
The invoked POST url is :
https://********.auth.eu-west-1.amazoncognito.com/oauth2/token
the form data contains the client_id, a code, the redirect uri, the code verifier and the grant_type: authorization_code
Hey, there is no client_secret because Authorization Code flow with PKCE. Can you try creating an OIDC Client as a public app client or single page application?
Also, in case this solves the issue, I would be glad if you can contribute to the OIDC documentation by adding AWSCognito in openidconnect-configuration.md 🙂
Current Behavior
Hi,
I'm trying to configure OpenID login with AWS Cognito.
When i click on the OpenID button, i can login but then i'm redirected to the following url :
https://*******/static/oidc-callback.html?code=*****
The page is blank and the browser console shows an error : "invalid_client"
The invoked POST url is :
https://********.auth.eu-west-1.amazoncognito.com/oauth2/token
the form data contains the client_id, a code, the redirect uri, the code verifier and the grant_type: authorization_code
Steps to Reproduce
On the frontend :
On the api:
Where i'm a little surprised is that there is no attribute to configure the client secret.
Expected Behavior
The login should work.
Dependency-Track Version
4.12.1
Dependency-Track Distribution
Container Image
Database Server
PostgreSQL
Database Server Version
16
Browser
Google Chrome
Checklist
The text was updated successfully, but these errors were encountered: