question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AuthAPI client secret should be optional [SDK-2001]

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
abazlintoncommented, Jul 17, 2022

it would be good if this could be fixed. For those seeking a workaround - I managed to get userInfo to work with an empty string supplied as the clientSecret e.g.

new AuthAPI(<domain>, <clientId>, "");

0reactions
stale[bot]commented, Jan 4, 2021

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! 🙇‍♂️

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found