-
Notifications
You must be signed in to change notification settings - Fork 475
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
Use issuer._ if it exists #187
Conversation
@bergie are you still maintaining this repo? |
@idris I'm picking up a maintainer role, one ask to add on to this PR: can you make |
For this, I think we should return the spec. I can't find any mention of sending an Issuer in a |
I think this project has to decide if they are going to follow the spec or work to integrate with major vendors. If Okta is doing something weird, yeah that sucks, but they have a ton of marketshare and not supporting them is a disservice to anyone using this library. |
@jnardone No one in this thread has mentioned Okta or any other vendor by name but you. |
The linked PR mentions it specifically: #283 |
@jnardone I've attempted to loop in an Okta rep to weigh in, via #283 (reference) |
I'm having this issue with OAM , so it doesn't seem to be purely related to Okta. |
@andkrist Okta is trying to work with us to resolve the issue. Please see #283 (comment) and contribute example SAML payloads to contribute. Which OAM are you referring to? |
Oracle Access Manager. I'm doing some debugging, but right now I have to catch the bus. Will provide example in #288. |
I'm closing this PR, assuming #361 supercedes it, but leave a comment if you think there's another improvement not covered by that. |
For whatever reason,
issuer
was coming through as:This PR fixes it, so it will use the value in
_
, similar to what is done elsewhere insaml.js