Skip to content

Commit 01c6c6c

Browse files
committed
Followup navikt#704 doc changes for response_types_supported
align README with updated behaviour
1 parent 7603604 commit 01c6c6c

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,18 @@ A request to `http://localhost:8080/default/.well-known/openid-configuration` wi
8989
"jwks_uri":"http://localhost:8080/default/jwks",
9090
"introspection_endpoint":"http://localhost:8080/default/introspect",
9191
"response_types_supported":[
92-
"query",
93-
"fragment",
94-
"form_post"
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",
@@ -106,10 +112,10 @@ A request to `http://localhost:8080/default/.well-known/openid-configuration` wi
106112
"PS384",
107113
"PS512"
108114
],
109-
"code_challenge_methods_supported":[
110-
"plain",
111-
"S256"
112-
]
115+
"code_challenge_methods_supported":[
116+
"plain",
117+
"S256"
118+
]
113119
}
114120
```
115121

0 commit comments

Comments
 (0)