Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 187c370

Browse files
committed
No bobcat available.
1 parent 947a35e commit 187c370

File tree

1 file changed

+5
-25
lines changed

1 file changed

+5
-25
lines changed

example/flask_rp/conf.yaml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ clients:
9090
client_preferences: *id001
9191
redirect_uris: None
9292
services: *id002
93-
flop:
93+
local:
9494
client_preferences: *id001
9595
issuer: https://127.0.0.1:5000/
9696
redirect_uris:
97-
- 'https://{domain}:{port}/authz_cb/flop'
97+
- 'https://{domain}:{port}/authz_cb/local'
9898
post_logout_redirect_uris:
99-
- "https://{domain}:{port}/session_logout/flop"
100-
frontchannel_logout_uri: "https://{domain}:{port}/fc_logout/flop"
99+
- "https://{domain}:{port}/session_logout/local"
100+
frontchannel_logout_uri: "https://{domain}:{port}/fc_logout/local"
101101
frontchannel_logout_session_required: True
102-
backchannel_logout_uri: "https://{domain}:{port}/bc_logout/flop"
102+
backchannel_logout_uri: "https://{domain}:{port}/bc_logout/local"
103103
backchannel_logout_session_required: True
104104
services:
105105
discovery: *disc
@@ -114,26 +114,6 @@ clients:
114114
kwargs:
115115
code_challenge_length: 64
116116
code_challenge_method: S256
117-
# status_check:
118-
# function: oidcrp.oauth2.add_on.status_check.add_status_check_support
119-
# kwargs:
120-
# rp_iframe_path: "templates/rp_iframe.html"
121-
bobcat:
122-
client_id: client3
123-
client_secret: 'abcdefghijklmnop'
124-
client_preferences: *id001
125-
issuer: http://127.0.0.1:8080/
126-
jwks_uri: 'static/jwks.json'
127-
redirect_uris: ['https://{domain}:{port}/authz_cb/bobcat']
128-
post_logout_redirect_uris:
129-
- "https://{domain}:{port}/session_logout/bobcat"
130-
services: *id002
131-
request_args:
132-
claims:
133-
id_token:
134-
acr:
135-
essential:
136-
true
137117

138118

139119
webserver:

0 commit comments

Comments
 (0)