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

OpenID Connect support #24

Open
6 of 15 tasks
evert opened this issue Mar 15, 2019 · 1 comment
Open
6 of 15 tasks

OpenID Connect support #24

evert opened this issue Mar 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@evert
Copy link
Member

evert commented Mar 15, 2019

This list is non-exhaustive, adding todos here as I realize what needs to be done.

  • Refactoring OAuth2 service #428
  • Scope was largely ignored in authorization_code #434
  • Track which applications used which scopes for a user. #435
  • Add a permission screen that explicitly asks a user if they want to allow an app to gain access to certain scopes. This should also introduce the concept of a 'trusted app' that insta-gains all the requested scopes.
  • Track which scopes were requested for an access token, (so when an access token is refreshed, that next access token has the same set of scopes).
  • oidc discovery document.
  • id token support.
  • userinfo endpoints support.
  • Support for prompt in authorize request.
  • Support for max_age in authorize request.
  • Support for ui_locales in authorize request.
  • Support id_token_hint in authorize request.
  • Support login_hint in authorize request.
  • Support acr_values in authorize request.
  • Support "claims"
@evert evert added the enhancement New feature or request label Mar 15, 2019
@crewshin
Copy link

+1

@evert evert changed the title OpenID connect OpenID Connect support Sep 18, 2022
@evert evert self-assigned this Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants