Skip to content
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 SocialLink doesn't work #144

Open
mheisig opened this issue Dec 12, 2016 · 4 comments
Open

SAML SocialLink doesn't work #144

mheisig opened this issue Dec 12, 2016 · 4 comments
Labels

Comments

@mheisig
Copy link

mheisig commented Dec 12, 2016

I have a SAML directory and the LoginForm will recognize that and generate a SAML link. Clicking the link just goes to a /false route, however.

@robertjd
Copy link
Member

Hi @mheisig , thanks for flagging this. I'll ping our team to take a look at this.

@robertjd robertjd added the open label Dec 13, 2016
@typerandom
Copy link
Contributor

@mheisig Unfortunately SAML isn't currently supported and there's no workaround for this in the SDK. So I just created issue #145 for this. So my recommendation is that you watch this issue until it's closed, since the SDK will have SAML support then.

@mheisig
Copy link
Author

mheisig commented Dec 14, 2016

Thanks, @typerandom. Will it be possible for me to manually support this myself if I:

  1. Generate the JWT accessToken myself on the server
  2. Initiate the SAML auth flow via the Stormpath SAML SSO Initiation Endpoint URL
  3. Handle the response JWT on my server

@robertjd
Copy link
Member

Hi @mheisig , it certainly is possible to implement this manually. Steps 2 and 3 of your comment are correct, I'm not sure what you mean in step 1?

It may be helpful to look at how we're implementing this in our express-stormpath library:

stormpath/express-stormpath#557

Let us know if you have more questions, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants