-
Notifications
You must be signed in to change notification settings - Fork 183
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
Added options to allow IDP to dynamically change values of Name ID and attributes when creating a SAML response. #88
Added options to allow IDP to dynamically change values of Name ID and attributes when creating a SAML response. #88
Conversation
values of Name ID and attributes when creating a SAML response.
@mvastola Hi, MIke! Do you have any thoughts on this? |
@jphenow Hi! Is this something you could take a look? |
I think good idea. SP initiated SAML request always have what NameID format required for response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for me. Actually i'm was also thinking about do same thing, but i found this pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea I think this makes sense. Can merge master in and add a note to the README? I believe we have a place where you could describe this option from the controller perspective at least.
@jphenow Sure thing. I'll add the description in README. |
Any update? |
@jphenow is this still being blocked? I can see this being super useful for me down the line :) |
@Zogoo did you include this PR in your fork ? |
@mjobin-mdsol I haven't merged yet, because this pull request removing that name id from SamlConfig. So, I was just using old way. |
@jphenow, I have added a new wiki page for configurations and how to override with options in the "controller". |
Yea that makes sense - the comment was more aspirational about not getting further off on the README, but I don't think this really needs to block on those README changes |
Sorry, guys. It's been already 2 years since I got the homework to write the instruction in the Wiki to get this merged. I can resolve the conflicts of the files in a timely manner. |
Do we have an update on this PR? We would like to set the name id dynamically. It would be very helpful. |
|
PR for an issue #87