Open
Description
Configuration
- Version: 0.11.1
- Integration: (native(Java/Kotlin))
- Identity provider: (Auth0)
Description
I am executing the following code with valid client ID, scope and configuration
AuthorizationRequest.Builder authRequestBuilder =
new AuthorizationRequest.Builder(
serviceConfig, // the authorization service configuration
MY_CLIENT_ID, // the client ID, typically pre-registered and static
ResponseTypeValues.CODE, // the response_type value: we want a code
MY_REDIRECT_URI);
Having error of misconfiguration in the system