You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code expects the attributes to be pure and without namespaces, which is why this happens, and you already pointed it out. Do you have any idea how to solve it? If so, please make a PR and I'll review it.
If an attribute name contains slashes (like they often do if they follow the claim uri format like e.g. "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress") then this code fails since the slashes in the url are interpreted as dictor path separators.
The text was updated successfully, but these errors were encountered: