-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: Application Security > SAML
-
Labels:None
-
Fix Priority:3
Steps to reproduce
- Start two 7.1.x-private bundle
- Configure IdP and SP
- Assert SSO works and assert both IdP and SP algorithms are rsa-sha1
- IdP and SP upgrade to master respectively
- Start upgraded IdP and SP
- Assert SSO works
- Assert both of IdP and SP algorithms through http://localhost:8080/c/portal/saml/metadata and http://www.able.com:9080//c/portal/saml/metadata
Actual Result:
Both of IdP and SP algorithms are sha256.
Expected Result:
Both of IdP and SP algorithms should be rsa-sha1.