Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter "id_token_hint" is ignored #88

Open
sgomez opened this issue May 4, 2021 · 2 comments
Open

Parameter "id_token_hint" is ignored #88

sgomez opened this issue May 4, 2021 · 2 comments
Labels
invalid This doesn't seem right
Milestone

Comments

@sgomez
Copy link
Collaborator

sgomez commented May 4, 2021

According https://openid.net/specs/openid-connect-core-1_0.html#rfc.section.3.1.2.1

id_token_hint is a ID Token previously issued by the Authorization Server being passed as a hint about the End-User's current or past authenticated session with the Client.

This parameter is ignored

@sgomez sgomez added the invalid This doesn't seem right label May 4, 2021
@sgomez sgomez added this to the basic-profile milestone May 4, 2021
@mrvanes
Copy link

mrvanes commented Dec 2, 2024

Currently Microsoft has an External Authentication Method [1] in preview that allows 3rd party OIDC providers to provide Entra ID MFA for Azure based applications. The authorization call contains a signed id_token_hint that needs to be parsed and verified and requires the OP to return the authorization result as a form_post.
It would be nice if the simpleSAMLphp OIDC module would support these requests.

[1] https://learn.microsoft.com/en-us/entra/identity/authentication/concept-authentication-external-method-provider#microsoft-entra-id-call-to-the-external-identity-provider

@cicnavi
Copy link
Collaborator

cicnavi commented Dec 3, 2024

Note for response mode related specs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants