-
Question
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
-
Hello,
Customer wants to enable SSO on undertow, added below SSO setting:
<single-sign-on key-store="applicationKS" key-alias="mykey">
<credential-reference clear-text="password"/>
</single-sign-on>
Reason behind the SSO settings: They were facing an issue with the EDGE where pop-up was coming while the application loads up. Hence, to resolve that they added these SSO settings:
Also they have followed [1] https://access.redhat.com/solutions/2650221
Can you please confirm if this is the correct way to enable SSO on undertow? Are we missing any steps?