Using Ory as an OIDC provider for AWS Cognito #3545
Unanswered
adriantomas
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the report. We've added support for OIDC Profile scopes via Account Experience, which is on the way to production and slated to roll out next week! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use Ory Network as an OIDC provider for AWS Cognito.
I have managed to configure the OAuth2 client in Ory Network and link it from AWS Cognito. The login process goes smoothly but when returning the response to Cognito, I get the following error:
error_description=attributes+required%3A+%5Bgiven_name%2C+family_name%5D&error=invalid_request
.The error indicates that certain attributes required for the user profile in Cognito could not be returned by the OIDC Connect.
My identity schema is as follows:
My attribute mapping from Cognito is as follows:
The configuration returned by
/.well-known/openid-configuration
is as follows:My Ory OAuth2 client configuration is as follows:
I wonder what I am doing wrong to not get the Ory user attributes returned as claims to Cognito.
Beta Was this translation helpful? Give feedback.
All reactions