Cognito user pool OIDC federation: Add "acr_values" parameters in OIDC flow requests

0

Hi,

I'm using Amazon Cognito, I want to federate my user pool with an external OIDC identity provider. The OIDC provider requires all OIDC flow requests must contain a parameter named "acr_values" in the request URL. Is there any way to custom OIDC requests in Cognito to achieve this?

Thank you!

asked 2 years ago738 views
1 Answer
0

Have you looked into using custom attributes for the user pool? You could add a custom attribute with "acr_values".

Every user pool could have up to 50 such custom attributes. Here is the documentation with more details https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-attributes.html

AWS
Soumya
answered 2 years ago
  • This dose not help. How can we send to the /authorize URL an extra parameter that is required by the other server?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions