How to add login-protol spi to RH-SSO operator instance
Issue
Since RH-SSO 7.6, OpenID Connect Logout has changed.
The parameter redirect_uri is no longer supported by default, and requires to add the following login_protcol spi to the RH-SSO configuration to be able to use it:
<spi name="login-protocol">
<provider name="openid-connect" enabled="true">
<properties>
<property name="legacy-logout-redirect-uri" value="true"/>
</properties>
</provider>
</spi>
The question is how it is possible to add such a SPI to standalone-openshift.xml change when RH-SSO is deployed on OpenShift using the RH-SSO operator.
Environment
- Red Hat Single Sign-On (RH-SSO)
- 7
- Openshift
- 4
- RH-SSO operator
- OpenID Connect Logout
- redirect_uri
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.