-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
add the ability to prevent SAML auto-population behavior #8069
add the ability to prevent SAML auto-population behavior #8069
Conversation
Build failed.
|
7ae2556
to
eb84929
Compare
awx/sso/conf.py
Outdated
'SAML_AUTO_CREATE_OBJECTS', | ||
field_class=fields.BooleanField, | ||
default=True, | ||
label=_('SAML Assertion Consumer Service (ACS) URL'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c&p leftover
Build failed.
|
c56959c
to
75b7f6a
Compare
75b7f6a
to
a6d26d7
Compare
Build succeeded.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I suppose the use case here is that they want to manually create the groups and teams in tower and then manage the membership using SAML attributes. Presumably because they have a bunch of non-tower related groups that are getting auto-created. This could also be accomplished by selectively releasing them from the IDP side (since you can dictate what gets released to each application).
Build succeeded (gate pipeline).
|
No description provided.