• Eric Chiang's avatar
    server: fixes for the implicit and hybrid flow · f926d741
    Eric Chiang authored
    Accept the following response_type for the implicit flow:
    
        id_token
        token id_token
    
    And the following for hybrid flow
    
        code id_token
        code token
        code token id_token
    
    This corrects the previous behavior of the implicit flow, which
    only accepted "token" (now correctly rejected).
    f926d741
Name
Last commit
Last update
..
api.go Loading commit data...
api_test.go Loading commit data...
doc.go Loading commit data...
handlers.go Loading commit data...
handlers_test.go Loading commit data...
oauth2.go Loading commit data...
oauth2_test.go Loading commit data...
rotation.go Loading commit data...
rotation_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
templates.go Loading commit data...
templates_test.go Loading commit data...