-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.4.z.GA, 8.1.z.GA, 8.0.z.GA
-
None
-
None
-
False
-
-
False
-
-
-
-
-
-
-
When configuring a secure deployment via JBoss CLI using Elytron OIDC Client subsystem, the client secret value is not configured correctly in the XML.
The command below:
/subsystem=elytron-oidc-client/secure-deployment=oidc-quickstart-1.0-SNAPSHOT.war:write-attribute(name=credential,value={secret=49uNpcJgaVK4C7Wgf77hgotJ4Bj41vP4})
Places the following in the XML:
<credential name="secret"/>
For the secret to work, customers have to manually edit the XML to include the secret value:
<credential name="secret" secret="49uNpcJgaVK4C7Wgf77hgotJ4Bj41vP4"/>
- is related to
-
WFLY-20446 elytron-oidc-client subystem schema does not permit multiple credentials/redirect-rewrite-rules per secure-server/secure-deployment
-
- Open
-
-
WFLY-19208 Revise the credential / redirect-rewrite-rule parsing in the elytron-oidc-client subsystem
-
- Open
-