Skip to content

Commit b766bfe

Browse files
authored
Followup navikt#704 doc changes for response_types_supported
align README with updated behaviour
1 parent d56ba2a commit b766bfe

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,19 @@ A request to `http://localhost:8080/default/.well-known/openid-configuration` wi
8888
"userinfo_endpoint":"http://localhost:8080/default/userinfo",
8989
"jwks_uri":"http://localhost:8080/default/jwks",
9090
"introspection_endpoint":"http://localhost:8080/default/introspect",
91-
"response_types_supported":[
92-
"query",
93-
"fragment",
94-
"form_post"
91+
"response_types_supported" : [
92+
"code",
93+
"none",
94+
"id_token",
95+
"token"
96+
],
97+
"response_modes_supported" :
98+
"query",
99+
"fragment",
100+
"form_post"
95101
],
96102
"subject_types_supported":[
97-
"public"
103+
"public"
98104
],
99105
"id_token_signing_alg_values_supported":[
100106
"ES256",
@@ -107,8 +113,8 @@ A request to `http://localhost:8080/default/.well-known/openid-configuration` wi
107113
"PS512"
108114
],
109115
"code_challenge_methods_supported":[
110-
"plain",
111-
"S256"
116+
"plain",
117+
"S256"
112118
]
113119
}
114120
```

0 commit comments

Comments
 (0)