dex/server
Eric Chiang f926d74157 server: fixes for the implicit and hybrid flow
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).
2017-01-10 16:20:17 -08:00
..
api.go Merge pull request #740 from ericchiang/fix-comment-typos 2016-12-13 13:17:50 -08:00
api_test.go server: modify error messages to use logrus. 2016-12-13 11:52:44 -08:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
handlers.go server: fixes for the implicit and hybrid flow 2017-01-10 16:20:17 -08:00
handlers_test.go Allow CORS on discovery endpoint 2017-01-08 19:22:39 +01:00
oauth2.go server: fixes for the implicit and hybrid flow 2017-01-10 16:20:17 -08:00
oauth2_test.go server: fixes for the implicit and hybrid flow 2017-01-10 16:20:17 -08:00
rotation.go server: fixes for the implicit and hybrid flow 2017-01-10 16:20:17 -08:00
rotation_test.go initial commit 2016-07-26 15:51:24 -07:00
server.go server: fixes for the implicit and hybrid flow 2017-01-10 16:20:17 -08:00
server_test.go server: fixes for the implicit and hybrid flow 2017-01-10 16:20:17 -08:00
templates.go server: add error HTML templates with error description. 2016-12-16 10:42:54 -08:00
templates_test.go *: add theme based frontend configuration 2016-11-30 17:20:21 -08:00