File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,19 @@ A request to `http://localhost:8080/default/.well-known/openid-configuration` wi
88
88
"userinfo_endpoint" :" http://localhost:8080/default/userinfo" ,
89
89
"jwks_uri" :" http://localhost:8080/default/jwks" ,
90
90
"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"
95
101
],
96
102
"subject_types_supported" :[
97
- " public"
103
+ " public"
98
104
],
99
105
"id_token_signing_alg_values_supported" :[
100
106
" ES256" ,
@@ -107,8 +113,8 @@ A request to `http://localhost:8080/default/.well-known/openid-configuration` wi
107
113
" PS512"
108
114
],
109
115
"code_challenge_methods_supported" :[
110
- " plain" ,
111
- " S256"
116
+ " plain" ,
117
+ " S256"
112
118
]
113
119
}
114
120
```
You can’t perform that action at this time.
0 commit comments