Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STCOR-933 fetch /saml/check when starting a new session
This is a follow-up to the botched implementation of STCOR-816 in PR #1432. The description there is "When restoring an existing session..." but in fact the implementation is "When starting a new session or restoring an existing one...". When starting a new session, however, discovery has not happened yet, so there is no information about what interfaces are present, and the conditional would always return false. The implementation here corrects the conditional: 1. if we are starting a new session 2. if we are resuming an existing session and the `login-saml` interface is present. Refs STCOR-933
- Loading branch information