Hi,
I am looking for the
OIDC configuration properties that can be specified via a JSON file or via subsystem configuration.
with some examples.
Most important to me is the token_endpoint_auth_method when I use
"credentials" : {"secret" : "mySecret"}
What is Wildfly default? "client_secret_basic"?
My OIDC server is configured to "client_secret_post", and I would like to ask here for the appropiate Wildfly configuration with oidc.json.
Thx