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

Map AuthnContextClassRef --> acr in OpenID Connect #15

Closed
nynymike opened this issue Aug 25, 2016 · 3 comments
Closed

Map AuthnContextClassRef --> acr in OpenID Connect #15

nynymike opened this issue Aug 25, 2016 · 3 comments
Assignees
Milestone

Comments

@nynymike
Copy link

nynymike commented Aug 25, 2016

In SAML, an AuthnRequest may contain an AuthnContextClassRef like this

<samlp:AuthnRequest
   <samlp:RequestedAuthnContext Comparison="exact">
        <saml:AuthnContextClassRef>
            urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport
        </saml:AuthnContextClassRef>
   </samlp:RequestedAuthnContext>
</samlp:AuthnRequest>

It would be amazing if we could somehow sent this as the acr param in the openid connect authn request.

Also see this blog

@nynymike nynymike added this to the 2.4.5 milestone Aug 25, 2016
@nynymike nynymike modified the milestones: CE 3.1.0, 2.4.5 Jan 5, 2017
@willow9886 willow9886 modified the milestones: 3.1.1, 3.1.0 Sep 11, 2017
@dmogn dmogn modified the milestones: 3.1.1, 3.2.0 Sep 15, 2017
@dmogn dmogn removed their assignment Apr 9, 2018
@willow9886
Copy link

@aliaksander-samuseu can you assess this and determine the best develop to assign?

@yurem yurem modified the milestones: 4.0, 4.1 Mar 22, 2019
@malotian
Copy link
Contributor

work in progress - support to receive/parse AuthContextClassRef from http request

@malotian
Copy link
Contributor

Implemented and tested successfully

@yuriyz yuriyz modified the milestones: 4.1, 4.2 Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants