]
Darran Lofthouse updated WFLY-7573:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Elytron oauth2-introspection descriptions copy/pasted from jwt
--------------------------------------------------------------
Key: WFLY-7573
URL:
https://issues.jboss.org/browse/WFLY-7573
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Pedro Igor
Fix For: 11.0.0.Alpha1
/token-realm/oauth2-introspection descriptions are apparently copied from jwt. For
example:
{code}
"client-secret" => {
"type" => STRING,
"description" => "A list of strings representing the audiences
supported by this configuration. During validation JWT tokens must have an
<code>aud</code> claim that contains one of the values defined here.",
"expressions-allowed" => false,
"nillable" => false,
"min-length" => 1L,
"max-length" => 2147483647L
}
{code}
It applies to these attributes:
* {{client-id}}
* {{client-secret}}
* {{client-ssl-context}}
* {{introspection-url}}