-
Notifications
You must be signed in to change notification settings - Fork 77
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
SAML Support #120
base: master
Are you sure you want to change the base?
SAML Support #120
Conversation
public/index.js
Outdated
let clientId = qs["client_id"]; | ||
let connection = encodeURIComponent(qs["connection"]); | ||
let link_account_token = encodeURIComponent(qs["link_account_token"]); | ||
window.location = domain + `samlp/${clientId}?connection=${connection}&link_account_token=${link_account_token}&prevent_sign_up=true`; |
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.
Should we send the original RelayState here as well?
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.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
✏️ Changes
Added SAML support.
🔗 References
🎯 Testing
There are two tenants required for testing. SAML IdP and SAML SP.