-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.X EE
-
Fix Version/s: 7.0.X EE
-
Component/s: Application Security > SAML
-
Labels:
-
Story Points:1.5
-
Fix Priority:3
-
Git Pull Request:
Using the SAML admin portlet...
- On the "General" tab select "Service Provider" role and enter Entity ID as "provider1". Press save
- The certificate form is now visible, enter any details into the mandatory fields. Press save.
- Switch to the "Identity Provider Connection" tab and enter any valid details. Press save
- Switch back to the "General" tab and tick the Enabled checkbox. Press save
- Assert that SSO login is now possible (with a different browser for example)
- Change the Entity ID to "provider2" whilst leaving the Enabled checkbox ticked
Expected: SSO login is still working, or disabled
Actual: SSO login fails. HTTP response is blank page, logs shows NPE
The reason why this fails is because the state of Enabled is carried across whereas no valid certificate can be retrieved from the KeyStore with alias equal to "provider2"