-
Notifications
You must be signed in to change notification settings - Fork 181
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
Signing Response, Issues with InclusiveNamespaces #211
Comments
Why reinvent the wheel? Have you considered using simplesamlphp/saml2 ? |
Yes, I do. The issue being that the idp doesn't support saml2. Had to hack out saml1 out of raw xml. Found no package which supports saml1 on php or python.
I was able to get the saml working but the only difference is the mismatch one tag related to the InclusiveNamespaces.
…
On Jun 13, 2020 at 1:40 AM, <Tim van Dijen ***@***.***)> wrote:
Why reinvent the wheel? Have you considered using simplesamlphp/saml2 ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#211 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAN2ELYA6RBEC4DBNVTVCBLRWKDLFANCNFSM4N4SB7KA).
|
@robrichards Any documentation on how we can set the above InclusiveNamespaces tag? Any help is appreciated. |
Setting this is not currently supported in the library. I may get around to implementing it but in the meantime PRs are also welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have been trying to sign saml Response for SSO implementation.
I was able to sign, however, I;m stuck with adding InclusiveNamespaces Tag with PrefixList="#default code ds kind rw saml samlp typens".
Following is my ReferenceList code.
Any help regarding how I can get the following:
Currently, this is what I have been getting:
The text was updated successfully, but these errors were encountered: