Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-31670

JBoss CLI doesn't set the credential value in Elytron OIDC Client Subsystem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 7.4.z.GA, 8.1.z.GA, 8.0.z.GA
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • 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"/>
       

              lvydra Lukas Vydra
              dvilkola@redhat.com Diana Krepinska
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: