-
Notifications
You must be signed in to change notification settings - Fork 94
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
Improve error reporting in dev mode #13
Comments
I'm trying to get OneLogin SAML authentication to work with the samly howto app. I got the flow from SP -> idP -> SP working and see a SAML AuthN Request and a SAML Response data in SAML tracer, but the consume endpoint responds with a 403 error without any more details. What is the best way to debug this further in its current state? |
I am having the same issue. 403 from consume endpoint, no information as to why. |
What is the error/reason you see in the browser window? You will find something like: "access_denied ". Line 56 in 0322810
Check to make sure that the |
I did get it working eventually. I did go through |
Adding the following as a reference: Common Errors
|
i'm getting the |
it seems that the functionality that derives |
Any solution to this problem of BTW, RelayState is being passed and matches on both side, so what gives? |
@dereksweet what did u do to get it working ? |
@daya It's been a while and we have long since abandoned our SAML integration and used a third party solution instead. However, if I remember correctly it was just a configuration issue that once I forked the code and put in my own debugging messages through the Samly code I was able to quickly decipher which config setting was not correct. |
@handnot2 any insights into this? for an elixir n00b what kind of debugging tools should I use to figure out why |
Bump, anyone else find how to debug this? Also getting the same |
Referencing an example of working configuration for OneLogin as an identity provider, in case somebody finds it useful: #52 (comment) |
No description provided.
The text was updated successfully, but these errors were encountered: