Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to make compatible with OAM #64

Merged
merged 18 commits into from
Jan 14, 2025
Prev Previous commit
Next Next commit
fix missing init
djay committed Dec 2, 2024
commit ac337f8ea2a8a3a2b5c32bcf8bd439949eeced68
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/plugins.py
Original file line number Diff line number Diff line change
@@ -94,6 +94,7 @@ class OIDCPlugin(BasePlugin):
use_deprecated_redirect_uri_for_logout = False
use_modified_openid_schema = False
user_property_as_userid = "sub"
identity_domain_name = ""

_properties = (
dict(id="title", type="string", mode="w", label="Title"),