AWS Cognito pass additional parameters to OIDC IDP

Viewed 842

I'm using AWS Cognito for my SSO and added a federated IDP (pingfederate). Cognito does not have any option to add additional query parameters that I want for ping federate (acr_values and prompt). There's no documentation around this in AWS as well.

Is there a way that we can force Cognito to send additional query parameters to a federated IDP? I've read that Auth0 has dynamic parameters that can work around this

1 Answers

I would be interested in this as well - I have the issue that I need to pass the parameter idp to the /authorize of the OIDC target and there is a field called Identifier (optional) but whatever I do, it does not include it.

enter image description here

Related