File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments