We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8411b1a commit 8e70e54Copy full SHA for 8e70e54
packet/__init__.py
@@ -29,7 +29,8 @@
29
30
auth = OIDCAuthentication(app, issuer=app.config["OIDC_ISSUER"], client_registration_info={
31
"client_id": app.config["OIDC_CLIENT_ID"],
32
- "client_secret": app.config["OIDC_CLIENT_SECRET"]
+ "client_secret": app.config["OIDC_CLIENT_SECRET"],
33
+ "post_logout_redirect_uris": "/logout/"
34
})
35
36
# LDAP
0 commit comments