You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #130 from OpenConext/bugfix/exception-from-logger
Do not throw an exception when the samlAuthenticationLogger is used before forAuthentication() is called on it.
- Pro: this does not hide the error being logged at runtime
- Con: It is harder for a developer to notice that they forgot to call forAuthentication(). In this case it will still log, but will not log a sari, defeating the purpose of this logger.
0 commit comments