Hi I'm trying to set the grant types and response types but something is wrong
I put the bellow configuration in my OAuthRegisteredService json:
"supported_grants" : ["authorization_code", "password", "client_credentials", "refresh_token"],
"supported_responses" : ["code", "token", "id_token token"],
I can see this fields empty in the log.
Any help?
Thank in advance.
Leo