Skip to content

FIX: Support URL-based SAML attribute names from IdPs - #148

Merged
davidtaylorhq merged 1 commit into
mainfrom
fix-url-attribute-names
Jun 29, 2026
Merged

FIX: Support URL-based SAML attribute names from IdPs#148
davidtaylorhq merged 1 commit into
mainfrom
fix-url-attribute-names

Conversation

@davidtaylorhq

@davidtaylorhq davidtaylorhq commented Jun 29, 2026

Copy link
Copy Markdown
Member

We use : as a special character for defining configuration mappings. This was clashing with the colons in URL-based attribute names. The solution is to only split on the first colon (when the saml attribute is on the right-hand-side), or the last colon (when the saml attribute is on the left-hand-side)

We use `:` as a special character for defining configuration mappings. This was clashing with the colons in URL-based attribute names. The solution is to only split on the first comma (when the saml attribute is on the right-hand-side), or the last comma (when the saml attribute is on the left-hand-side)
@davidtaylorhq
davidtaylorhq merged commit 7d0fe94 into main Jun 29, 2026
5 checks passed
@davidtaylorhq
davidtaylorhq deleted the fix-url-attribute-names branch June 29, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants