Cognito - Customize federated authentication request

0

We are using federated sign-in through an OIDC enabled Idp. Is there any way to forward authorization request parameters to the Idp, e.g "login_hint"?

Ollis
已提問 6 個月前檢視次數 302 次
1 個回答
0

Hello,

As per the OpenID specifications, the Authentication request to the resource server supports the query parameter login_hint. Unfortunately, as of now, AWS Cognito does not support the 'login_hint' request parameter for the authentication endpoint. There are no workarounds for this because Cognito doesn't currently allow custom query parameters to be passed in the issuer URL. The root cause is that Cognito authorization/authentication request doesn't support all OIDC request parameters. Currently, for the authentication endpoint, AWS Cognito only supports client_id, redirect_uri, identity_provider, idp_identifier...etc as the request query parameters which are specified in the endpoint documents[1], but all the other request parameters as specified by OpenID are not yet supported.

Having noted the above, I can confirm that an existing feature request is in place with the Cognito Team, to add support for this feature. While I am unable to comment on if/when this feature may get released, I request you to keep an eye on our AWS What's New blog [2] or AWS Announcements Blog[3] documentation.

I hope that the above details are helpful. Please feel free to raise a support case with us if you require further guidance.

References:

[1] Login Endpoint https://docs.aws.amazon.com/cognito/latest/developerguide/login-endpoint.html https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html

[2] What's New at AWS https://aws.amazon.com/new/#management-admin

[3] AWS Announcements Blog https://aws.amazon.com/blogs/aws/category/announcements/

AWS
支援工程師
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南