• Bobby Rullo's avatar
    refresh tokens: grant claims based on scopes · 75473b4c
    Bobby Rullo authored
    Before,  this logic was only in the OIDCServer.CodeToken() method; now it has been
    pulled out so that other paths, like OIDCServer.RefreshToken() can use
    it.
    
    The net affect, is that now refresh tokens can be used to get
    cross-client authenticated ID Tokens.
    75473b4c
Name
Last commit
Last update
..
admin_api_test.go Loading commit data...
client_api_test.go Loading commit data...
common_test.go Loading commit data...
oidc_test.go Loading commit data...
user_api_test.go Loading commit data...