• 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.go Loading commit data...
auth_middleware.go Loading commit data...
auth_middleware_test.go Loading commit data...
client_registration.go Loading commit data...
client_registration_test.go Loading commit data...
client_resource.go Loading commit data...
client_resource_test.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
cross_client_test.go Loading commit data...
discovery_resource.go Loading commit data...
discovery_resource_test.go Loading commit data...
email_verification.go Loading commit data...
email_verification_test.go Loading commit data...
error.go Loading commit data...
error_test.go Loading commit data...
http.go Loading commit data...
http_test.go Loading commit data...
invitation.go Loading commit data...
invitation_test.go Loading commit data...
password.go Loading commit data...
password_test.go Loading commit data...
register.go Loading commit data...
register_test.go Loading commit data...
serialization.go Loading commit data...
serialization_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
testutil.go Loading commit data...
user.go Loading commit data...