-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unable to set OIDCDisableUserInfo to true #20040
Comments
Hi @abpetrov! I wasn't able to reproduce this. Using the exact same auth method config doc:
You said the Nomad version is 1.7.5, but are you sure the servers are all up-to-date with that? Check |
Hi @tgross You were right, server members were not restarted after the update, so they were still running older version. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Issue
I am trying to set OIDCDisableUserInfo to true as per #19318, however the configuration is ignored and OIDCDisableUserInfo attribute is always reported as false and I cannot make SSO with ADFS work.
Reproduction steps
Create a policy file with the content below
Create the auth method:
nomad acl auth-method create -name adfs2 -token-locality=global -max-token-ttl="10m" -type=oidc -config @test.hcl
Expected Result
OIDC Disable UserInfo = true
Actual Result
OIDC Disable UserInfo = false
Nomad version is 1.7.5
The text was updated successfully, but these errors were encountered: