-
Notifications
You must be signed in to change notification settings - Fork 9
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
Server error #2
Comments
I have this app running locally with me and I had to make some tweaks. The certificate file names needs to be updated.
` `
I am not sure if you can run this on vercel or not. I assume, you can not as it needs docker stuff. |
I have been trying to integrate this code with OKTA SSO will it work instead of the SimplePHPSSO? |
I have been trying to, but it always reaches the login page again and never calls the callback URL. |
@User13091994 I encountered the same issue today and was led to a solution here on this Github Issue (Clever/saml2#136). In your Okta SAML settings, you will have specified a value for Audience URI (SP Entity ID). I used http://localhost:3000 in Okta field. You need to make sure that the entity_id parameter inside the saml2-js service provider file has the same value. Replace Assuming your problem was the same as mine, this will help. Hope this helps you or someone else. |
I have tried running this app on Vercel (https://next-auth-saml-iqn2l1q14-kuhlaid.vercel.app) and locally and have the same problem with the login button sending me to /api/auth/login/saml with a 500 error. I'm guessing this app is still in the development stage.
The text was updated successfully, but these errors were encountered: