Skip to content

There could be a misconfiguration in the system or a service outage. we track these error automatically. #1103

Open
@aman-alfresco

Description

@aman-alfresco

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions