Skip to content

Commit

Permalink
fix missing init
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Dec 2, 2024
1 parent 96bdd43 commit ac337f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pas/plugins/oidc/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit ac337f8

Please sign in to comment.