AuthAPI client secret should be optional [SDK-2001]
See original GitHub issueThe client secret is not required in certain cases (for example, refreshing a token in a non-confidential application) however it is not possible to create an AuthAPI instance without one.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
OAuth 2.0 | API Client Library for .NET - Google Developers
This document describes OAuth 2.0, when to use it, how to acquire client IDs, and how to use it with the Google API...
Read more >Application Settings - Auth0
Describe the settings related to applications available in the Auth0 ... By default, the value is hidden, so check the Reveal Client Secret...
Read more >Client - Setup OAuth with Zoho
Client Secret is a unique key generated when you register your application with Zoho. This must be kept confidential. Authorized redirect URI is...
Read more >AuthAPI (auth0 1.14.1 API) - javadoc.io
To begin create a new instance of AuthAPI(String, String, String) using the tenant domain, and the Application's client id and client secret.
Read more >The Client ID and Secret - OAuth 2.0 Simplified
At this point, you've built the application registration screen, you're ready to let the developer register the application.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

it would be good if this could be fixed. For those seeking a workaround - I managed to get
userInfoto work with an empty string supplied as theclientSecrete.g.new AuthAPI(<domain>, <clientId>, "");This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇♂️