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

Update entity IDs to drop spurious protocol #2524

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

jameshochadel
Copy link
Contributor

@jameshochadel jameshochadel commented Jul 23, 2024

Changes proposed in this pull request:

Our entity ID does not actually include a protocol (https://). In a recent IDP integration, we discovered that including the protocol can cause an error due to the audience restriction not matching the actual audience (the entity ID). It appears some IDPs remove the protocol automatically and some do not, OR prior customers have used our metadata endpoint instead of manually configuring the integration. In any case, the correct value is the login hostname with no protocol.

You can see our actual entity ID (no protocol) in our staging and production metadata.

Security Considerations

None; updates to public information

Our entity ID does not actually include a protocol (https://). In a recent IDP integration, we discovered that including the protocol can cause an error due to the audience restriction not matching the actual audience (the entity ID). It appears some IDPs remove the protocol automatically and some do not. In any case, the correct value is the login hostname with no protocol.
@jameshochadel jameshochadel requested a review from a team as a code owner July 23, 2024 18:24
@jameshochadel jameshochadel added this pull request to the merge queue Jul 23, 2024
Merged via the queue into main with commit fe7ad10 Jul 23, 2024
8 checks passed
@jameshochadel jameshochadel deleted the fix-saml-audience branch July 23, 2024 20:22
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 this pull request may close these issues.

2 participants