Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aman-alfresco opened this issue Nov 11, 2024 · 0 comments
Labels

Comments

@aman-alfresco
Copy link

aman-alfresco commented Nov 11, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant