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

Authentication for /oauth20/auth-codes endpoint? #82

Open
cat-mucius opened this issue Apr 19, 2017 · 1 comment
Open

Authentication for /oauth20/auth-codes endpoint? #82

cat-mucius opened this issue Apr 19, 2017 · 1 comment

Comments

@cat-mucius
Copy link

Good day,

As far as I see in the code, the custom authentication class (implementing IUserAuthentication) is called only from AuthorizationServer.issueAccessToken() and only when grant_type=password. No authentication checks are made in AuthorizationServer.issueAuthorizationCode().

Do I miss something obvious here? Shouldn't a user be authenticated before he can get authorization code on behalf of an app (client)?

Thanks,
Mucius.

@rossitsaborissova
Copy link
Contributor

rossitsaborissova commented Apr 19, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants