/subsystem=elytron-oidc-client/provider=kinde-provider:add(provider-url="myProviderUrl", ssl-required=EXTERNAL)
/subsystem=elytron-oidc-client/secure-deployment="myApp.war":add(provider=kinde-provider, client-id="myClientId", credential={secret="mySecret"}, principal-attribute=preferred_username, autodetect-bearer-only=true)
everything is fine but credential is not holding the value secret="mySecret"
<credential name="secret"/>the outcome I need :
<credential name="secret" secret="mySecret"/>
Is there any settings that I need to enable for this to work?
Best Regards,
Naresh Shrestha