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

Support for custom EntityID #78

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Support for custom EntityID #78

merged 1 commit into from
Jan 29, 2024

Conversation

piffall
Copy link
Contributor

@piffall piffall commented Jan 29, 2024

Add support for EntityID SAML option

Azure implementation forces you to use an specific EntityID SAML option with the format of "spn:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx". This PR added this functionality.

For the other hand, when using AttributeHeaderWildcard, session claims can contain slashes (/). In that case, this PR will replace slashes / by hypens -. I'm not sure about this strategy, so I'm open to change if needed.

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just the documentation change is needed and it's good to go.

server/proxy.go Show resolved Hide resolved
@itzg itzg merged commit b851046 into itzg:master Jan 29, 2024
1 check passed
@itzg
Copy link
Owner

itzg commented Jan 29, 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 this pull request may close these issues.

None yet

2 participants