-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
Milestone
Description
Describe the bug
I created a simple example with Spring Boot 3 + SAML. In doing so, I discovered that authentication with Chrome failed more often than it succeeded. When it fails, the error message is as follows:
To Reproduce
Clone the following repo and run the app.
https://github.com/mraible/okta-spring-boot-saml-example
Please contact me via Twitter DM if you need credentials.
Expected behavior
I would expect to be able to log in with Chrome or Firefox. Currently, it works all the time in Firefox and every-so-often in Chrome.
Workaround
If I allow all requests to /favicon.ico
, it solves the problem. See mraible/okta-spring-boot-saml-example#4 for the code.