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

Compute ACS Url in IdP form #2472

Open
augustuswm opened this issue Sep 25, 2024 · 0 comments · May be fixed by #2510
Open

Compute ACS Url in IdP form #2472

augustuswm opened this issue Sep 25, 2024 · 0 comments · May be fixed by #2510
Assignees
Milestone

Comments

@augustuswm
Copy link

When creating a SAML identity provider connection, the ACS URL that the user enters should always be of the form:

http(s)://<silo>.sys.<subdomain>/login/<silo>/saml/<idp>

where <silo> is the Silo name, <subdomain> is the subdomain assigned to the rack, and <idp> is the name of the IdP connection. This means that when a user is filling out the form, we have all of the necessary information to compute this value once they enter a value in to the name field.

By computing this we can also make the field readonly to prevent accidental changes.

@david-crespo david-crespo added this to the 12 milestone Oct 14, 2024
@charliepark charliepark linked a pull request Oct 17, 2024 that will close this issue
@charliepark charliepark self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants