spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 484 forks source link

login sometimes is only possible at the second click #520

Closed vanessa-siemon-EB closed 2 years ago

vanessa-siemon-EB commented 2 years ago

You need to click twice on login until you receive the correct answer, The first answer is 401.

The case occurs, for example, after database initialization or when you do nothing in the session for a long time (let the page stand still). While debugging we noticed that in the session the attribute "_springSamlStorageKey" is NULL. As a result, the WebSSOProfileConsumer breaks with NULL when it tries to read from the response "inRespsoneTo" from the messageStorage.

Hint: we integrated SSO in SAP Commerce as login against our company specific SAP IDP.

jzheaux commented 2 years ago

Hi, @vanessa-siemon-EB! This project has reached its End-of-Life.

If you are able, migrating to Spring Security is recommended.

For your question, I'd recommend posting to StackOverflow for help in adjusting your application. You are welcome to link to the SO question here for additional visibility.