|
136 | 136 | } |
137 | 137 | } |
138 | 138 | }, |
139 | | - "local": { |
| 139 | + "flask_provider": { |
140 | 140 | "client_preferences": { |
141 | 141 | "application_name": "rphandler", |
142 | 142 | "application_type": "web", |
|
204 | 204 | } |
205 | 205 | } |
206 | 206 | } |
| 207 | + }, |
| 208 | + "django_provider": { |
| 209 | + "client_preferences": { |
| 210 | + "application_name": "rphandler", |
| 211 | + "application_type": "web", |
| 212 | + "contacts": [ |
| 213 | + |
| 214 | + ], |
| 215 | + "response_types": [ |
| 216 | + "code" |
| 217 | + ], |
| 218 | + "scope": [ |
| 219 | + "openid", |
| 220 | + "profile", |
| 221 | + "email", |
| 222 | + "address", |
| 223 | + "phone" |
| 224 | + ], |
| 225 | + "token_endpoint_auth_method": [ |
| 226 | + "client_secret_basic", |
| 227 | + "client_secret_post" |
| 228 | + ] |
| 229 | + }, |
| 230 | + "issuer": "https://127.0.0.1:8000/", |
| 231 | + "redirect_uris": [ |
| 232 | + "https://{domain}:{port}/authz_cb/django" |
| 233 | + ], |
| 234 | + "post_logout_redirect_uris": [ |
| 235 | + "https://{domain}:{port}/session_logout/django" |
| 236 | + ], |
| 237 | + "frontchannel_logout_uri": "https://{domain}:{port}/fc_logout/django", |
| 238 | + "frontchannel_logout_session_required": true, |
| 239 | + "backchannel_logout_uri": "https://{domain}:{port}/bc_logout/django", |
| 240 | + "backchannel_logout_session_required": true, |
| 241 | + "services": { |
| 242 | + "discovery": { |
| 243 | + "class": "oidcrp.oidc.provider_info_discovery.ProviderInfoDiscovery", |
| 244 | + "kwargs": {} |
| 245 | + }, |
| 246 | + "registration": { |
| 247 | + "class": "oidcrp.oidc.registration.Registration", |
| 248 | + "kwargs": {} |
| 249 | + }, |
| 250 | + "authorization": { |
| 251 | + "class": "oidcrp.oidc.authorization.Authorization", |
| 252 | + "kwargs": {} |
| 253 | + }, |
| 254 | + "accesstoken": { |
| 255 | + "class": "oidcrp.oidc.access_token.AccessToken", |
| 256 | + "kwargs": {} |
| 257 | + }, |
| 258 | + "userinfo": { |
| 259 | + "class": "oidcrp.oidc.userinfo.UserInfo", |
| 260 | + "kwargs": {} |
| 261 | + }, |
| 262 | + "end_session": { |
| 263 | + "class": "oidcrp.oidc.end_session.EndSession", |
| 264 | + "kwargs": {} |
| 265 | + } |
| 266 | + }, |
| 267 | + "add_ons": { |
| 268 | + "pkce": { |
| 269 | + "function": "oidcrp.oauth2.add_on.pkce.add_support", |
| 270 | + "kwargs": { |
| 271 | + "code_challenge_length": 64, |
| 272 | + "code_challenge_method": "S256" |
| 273 | + } |
| 274 | + } |
| 275 | + } |
207 | 276 | } |
208 | 277 | }, |
209 | 278 | "webserver": { |
|
0 commit comments