-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Hi,
I can't get a public key for varifying id_tokens with a freshly created Client.
Key endpoint
https://hydra/keys/hydra.openid.connect/public
Policy
{
"description": "Allow everyone including anonymous users to read JSON Web Keys having Key ID *public*.",
"subjects": ["<.*>"],
"effect": "allow",
"resources": [
"rn:hydra:keys:<[^:]+>:public"
],
"actions": [
"get"
]
}Client's configuration:
{
"id": "wta-site",
"owner": "contact@example.com",
"scope": "hydra.keys.get openid all",
"client_name": "Example",
"redirect_uris": [
"https://localhost/overview"
],
"grant_types": [
"implicit"
],
"response_types": [
"code",
"token",
"id_token"
],
"policy_uri": "https://localhost/policy",
"tos_uri": "https://localhost/terms",
"client_uri": "https://localhost",
"logo_uri": "https://localhost/logo.png",
"contacts": [
"contact@example.com"
]
}Client requests
id_token token- same scopes:
hydra.keys.get openid all
Hydra's logs:
time="2016-09-18T15:34:16Z" level=info msg="started handling request" method=GET remote=172.23.0.1 request="/oauth2/auth?client_id=wta-site&redirect_uri=https%3A%2F%2Flocalhost%2Foverview&response_type=id_token%20token&scope=hydra.keys.get%20openid%20all&state=6b16e413dda24b3bafd925d9f9a7746b&nonce=16a81b371ef7429b8e45d821a888895d&consent=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJ3dGEtc2l0ZSIsImV4cCI6MTQ3NDIxMzA5NiwiaWF0IjoxNDc0MjEyODU2LCJzY3AiOlsiaHlkcmEua2V5cy5nZXQiLCJvcGVuaWQiLCJhbGwiXSwic3ViIjoiOTZlNzUyNGItNjRmZC00NDk2LTk0ZTUtNGI5ODRkOTc4YmEzIn0.I-nDdBvah0vpcAHRerAMF1Po1wKG8qHr36JHk8uWuB_ekQ56smsBk6g0DFWTypKghvWGVGj8ALRfVUHGHC_K3Njw2I7jzUHtbCkvomvMXG4EusitzIPA2CfnXxYt_u5cJ3XY2ju1hsh98Vf7BIzhqbEr6HLR00wI5r55nn1CllBJL2-YB0ej1P1roTCsT2ghvbgolYQgmD3IvnPaujGg38hAzFmulpGIo9CHkpnYbUYQKSMMlkwqKhkuDSF0c61qeWIHUNAoRcyNeMyRhgbtHWZmXZsbnkiTt1dBAN-wLczB3k_6IjbIBZHcw_-ERByKHuiKeE2dK3bR1tUnQhG7eNGWCBbZRPFM4Sz-ab8ovyAQ0716h428NvXvKtZk_6PocpsIsYp0-yhzSOUnJn5vlbPrq9xNGexBHc95YiSofZ8YJwghpriaM9Hy5esGbvfaM296glvEQ2T_-_hL3RN5R7ZHjefkE-nFnSxwJNTVnb99Vt4FpyZTH3lqXd20DEptj5crwV3J6I4h6cuKt-eexefId6Ci0QKRVMoLKp6NDwHFL43jPl6ycRT-cViYoNRJjG1NHt_58Iws-Ksda_1UpujCWw45_ElgnxWdUJePTDROtnTPTY8VJeXdT-8m6jVmakWTXopr0uLlL5xMT8QxWe8PejohqU-tnZrTamc6yhE"
time="2016-09-18T15:34:17Z" level=info msg="completed handling request" measure#web.latency=307574696 method=GET remote=172.23.0.1 request="/oauth2/auth?client_id=wta-site&redirect_uri=https%3A%2F%2Flocalhost%2Foverview&response_type=id_token%20token&scope=hydra.keys.get%20openid%20all&state=6b16e413dda24b3bafd925d9f9a7746b&nonce=16a81b371ef7429b8e45d821a888895d&consent=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJ3dGEtc2l0ZSIsImV4cCI6MTQ3NDIxMzA5NiwiaWF0IjoxNDc0MjEyODU2LCJzY3AiOlsiaHlkcmEua2V5cy5nZXQiLCJvcGVuaWQiLCJhbGwiXSwic3ViIjoiOTZlNzUyNGItNjRmZC00NDk2LTk0ZTUtNGI5ODRkOTc4YmEzIn0.I-nDdBvah0vpcAHRerAMF1Po1wKG8qHr36JHk8uWuB_ekQ56smsBk6g0DFWTypKghvWGVGj8ALRfVUHGHC_K3Njw2I7jzUHtbCkvomvMXG4EusitzIPA2CfnXxYt_u5cJ3XY2ju1hsh98Vf7BIzhqbEr6HLR00wI5r55nn1CllBJL2-YB0ej1P1roTCsT2ghvbgolYQgmD3IvnPaujGg38hAzFmulpGIo9CHkpnYbUYQKSMMlkwqKhkuDSF0c61qeWIHUNAoRcyNeMyRhgbtHWZmXZsbnkiTt1dBAN-wLczB3k_6IjbIBZHcw_-ERByKHuiKeE2dK3bR1tUnQhG7eNGWCBbZRPFM4Sz-ab8ovyAQ0716h428NvXvKtZk_6PocpsIsYp0-yhzSOUnJn5vlbPrq9xNGexBHc95YiSofZ8YJwghpriaM9Hy5esGbvfaM296glvEQ2T_-_hL3RN5R7ZHjefkE-nFnSxwJNTVnb99Vt4FpyZTH3lqXd20DEptj5crwV3J6I4h6cuKt-eexefId6Ci0QKRVMoLKp6NDwHFL43jPl6ycRT-cViYoNRJjG1NHt_58Iws-Ksda_1UpujCWw45_ElgnxWdUJePTDROtnTPTY8VJeXdT-8m6jVmakWTXopr0uLlL5xMT8QxWe8PejohqU-tnZrTamc6yhE" status=302 text_status=Found took=307.574696ms
time="2016-09-18T15:34:17Z" level=info msg="started handling request" method=GET remote=172.23.0.1 request="/keys/hydra.openid.connect/public"
time="2016-09-18T15:34:17Z" level=info msg="Access denied" error="An error occurred: The request could not be authorized" reason="token could not be validated" request=&{rn:hydra:keys:hydra.openid.connect:public get map[]} subject=
time="2016-09-18T15:34:17Z" level=info msg="Got error." error="An error occurred: The request could not be authorized" request_id=cbe32083-ed4d-4c79-ac5b-771204858cb7 stack="*errors.withStack An error occurred: The request could not be authorized\n/go/src/github.com/ory-am/hydra/herodot/error.go:44 (0x6747e2)\n\tToError: Err: errors.New(err),\n/go/src/github.com/ory-am/hydra/herodot/json.go:49 (0x674e85)\n\t(*JSON).WriteError: e := ToError(err)\n/go/src/github.com/ory-am/hydra/jwk/handler.go:206 (0x67c67d)\n\t(*Handler).GetKey: h.H.WriteError(ctx, w, r, err)\n/go/src/github.com/ory-am/hydra/jwk/handler.go:44 (0x68279c)\n\t(*Handler).GetKey-fm: r.GET(\"/keys/:set/:key\", h.GetKey)\n/go/src/github.com/ory-am/hydra/vendor/github.com/julienschmidt/httprouter/router.go:299 (0x5ea793)\n\t(*Router).ServeHTTP: handle(w, req, ps)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:41 (0x699a60)\n\tWrap.func1: handler.ServeHTTP(rw, r)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:24 (0x698484)\n\tHandlerFunc.ServeHTTP: h(rw, r, next)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:33 (0x69853a)\n\tmiddleware.ServeHTTP: m.handler.ServeHTTP(rw, r, m.next.ServeHTTP)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:33 (0x699a03)\n\t(middleware).ServeHTTP-fm: m.handler.ServeHTTP(rw, r, m.next.ServeHTTP)\n/usr/local/go/src/net/http/server.go:1618 (0x5b16ea)\n\tHandlerFunc.ServeHTTP: f(w, r)\n/go/src/github.com/ory-am/hydra/cmd/server/handler.go:118 (0x5017e5)\n\t(*Handler).rejectInsecureRequests: next.ServeHTTP(rw, r)\n/go/src/github.com/ory-am/hydra/cmd/server/handler.go:41 (0x509a98)\n\trejectInsecureRequests)-fm: n.UseFunc(serverHandler.rejectInsecureRequests)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:24 (0x698484)\n\tHandlerFunc.ServeHTTP: h(rw, r, next)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:33 (0x69853a)\n\tmiddleware.ServeHTTP: m.handler.ServeHTTP(rw, r, m.next.ServeHTTP)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:33 (0x699a03)\n\t(middleware).ServeHTTP-fm: m.handler.ServeHTTP(rw, r, m.next.ServeHTTP)\n/go/src/github.com/ory-am/hydra/vendor/github.com/meatballhat/negroni-logrus/middleware.go:135 (0x666d9d)\n\t(*Middleware).ServeHTTP: next(rw, r)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:33 (0x69853a)\n\tmiddleware.ServeHTTP: m.handler.ServeHTTP(rw, r, m.next.ServeHTTP)\n/go/src/github.com/ory-am/hydra/vendor/github.com/urfave/negroni/negroni.go:73 (0x698842)\n\t(*Negroni).ServeHTTP: n.middleware.ServeHTTP(NewResponseWriter(rw), r)\n/usr/local/go/src/net/http/server.go:2081 (0x5b397e)\n\tserverHandler.ServeHTTP: handler.ServeHTTP(rw, req)\n/usr/local/go/src/net/http/server.go:1472 (0x5b044e)\n\t(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)\n/usr/local/go/src/runtime/asm_amd64.s:1998 (0x45f7f1)\n\tgoexit: BYTE\t$0x90\t// NOP\n" status=0
time="2016-09-18T15:34:17Z" level=info msg="completed handling request" measure#web.latency=2518920 method=GET remote=172.23.0.1 request="/keys/hydra.openid.connect/public" status=500 text_status="Internal Server Error" took=2.51892ms
time="2016-09-18T15:34:17Z" level=info msg="started handling request" method=GET remote=172.23.0.1 request="/oauth2/auth/?client_id=wta-site&redirect_uri=https%3A%2F%2Flocalhost%2Foverview&response_type=id_token%20token&scope=hydra.keys.get%20openid%20all&state=0efd30468a4941ed80266090d9303090&nonce=3c993f81846a47cdabd157dd2d2bf182"
time="2016-09-18T15:34:17Z" level=info msg="completed handling request" measure#web.latency=87488 method=GET remote=172.23.0.1 request="/oauth2/auth/?client_id=wta-site&redirect_uri=https%3A%2F%2Flocalhost%2Foverview&response_type=id_token%20token&scope=hydra.keys.get%20openid%20all&state=0efd30468a4941ed80266090d9303090&nonce=3c993f81846a47cdabd157dd2d2bf182" status=301 text_status="Moved Permanently" took=87.488µs
time="2016-09-18T15:34:17Z" level=info msg="started handling request" method=GET remote=172.23.0.1 request="/oauth2/auth?client_id=wta-site&redirect_uri=https%3A%2F%2Flocalhost%2Foverview&response_type=id_token%20token&scope=hydra.keys.get%20openid%20all&state=0efd30468a4941ed80266090d9303090&nonce=3c993f81846a47cdabd157dd2d2bf182"
time="2016-09-18T15:34:17Z" level=info msg="completed handling request" measure#web.latency=79482700 method=GET remote=172.23.0.1 request="/oauth2/auth?client_id=wta-site&redirect_uri=https%3A%2F%2Flocalhost%2Foverview&response_type=id_token%20token&scope=hydra.keys.get%20openid%20all&state=0efd30468a4941ed80266090d9303090&nonce=3c993f81846a47cdabd157dd2d2bf182" status=302 text_status=Found took=79.4827ms
time="2016-09-18T15:34:17Z" level=info msg="started handling request" method=GET remote="172.23.0.6:44746" request="/clients/wta-site"
time="2016-09-18T15:34:17Z" level=info msg="Access granted" audience=9c8e47a1-fafd-4c1e-9e98-cc640cbe19cb subject=9c8e47a1-fafd-4c1e-9e98-cc640cbe19cb
time="2016-09-18T15:34:17Z" level=info msg="completed handling request" measure#web.latency=628454 method=GET remote="172.23.0.6:44746" request="/clients/wta-site" status=200 text_status=OK took=628.454µs
I think the problem is here:
msg="Access denied" error="An error occurred: The request could not be authorized" reason="token could not be validated" request=&{rn:hydra:keys:hydra.openid.connect:public get map[]} subject=```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.