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

OIDC/OAuth Revocation improvements part 2 #4771

Merged
merged 12 commits into from Mar 31, 2020
Merged

OIDC/OAuth Revocation improvements part 2 #4771

merged 12 commits into from Mar 31, 2020

Commits on Mar 23, 2020

  1. OIDC/OAuth Revocation improvements part 2

    * Revocation is now supported inside the /oauth2.0 url instead of /oidc 
    only
    
    * add support for public clients
    
    * Fix a bug which allow a client to revoke a token from another client
    
    * Refresh token revocation new revoke all Access Token related to the 
    Refresh Token submitted
    julienhuon committed Mar 23, 2020
    Copy the full SHA
    fcc81e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Copy the full SHA
    a3bf968 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b72e0db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0718dd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. fix checkstyle

    julienhuon committed Mar 25, 2020
    Copy the full SHA
    edeade9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Copy the full SHA
    cc6a837 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    82f8432 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Copy the full SHA
    bebf1e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5640a15 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dd24ba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Copy the full SHA
    b9cf10f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e21e948 View commit details
    Browse the repository at this point in the history