Skip to content
Adam ⚛ Stegman edited this page Sep 16, 2020 · 1 revision

When you get a 401 Unauthorized error, that could indicate a few different things. There's a couple log messages for common issues:

You can also set Devise.saml_failed_callback to a class that has a #handle(saml_response, strategy) method, and inspect the response and strategy yourself for problems.