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