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.

Adding custom scopes to providers

See original GitHub issue

Need option to add custom scopes to every individual providers like in example below

https://firebase.google.com/docs/auth/web/github-auth#handle_the_sign-in_flow_with_the_firebase_sdk

provider.addScope('repo');

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
TMSCHcommented, Jul 26, 2016

Hi vinothkannans, This feature is on our roadmap, we’ll update this thread when it is released. Thomas

2reactions
TMSCHcommented, Sep 1, 2016

Hi @jalajc, This new feature has just been released. See the doc: https://github.com/firebase/firebaseui-web#custom-scopes

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add custom scopes in the access token ( Authorization code ...
I am able to register the application on Auth0 and using the Universal login with google as IDP provider able to authentication. The...
Read more >
Custom scopes for requesting OpenID claims - Connect2id
The best practise is to put custom scopes and claims in a name space to prevent collisions with those of other identity providers...
Read more >
Create an OAuth Custom Scope - Salesforce Help
From Setup, enter Custom Scopes in the Quick Find box, and select OAuth Custom Scopes. · Click New Custom Scope. · Enter the...
Read more >
Configuring scopes for a native OAuth provider - IBM
Procedure · Click Scopes in the sidebar menu. The currently configured scopes are listed. · Advanced scope check before token generation.
Read more >
OAuth Scopes Best Practices | Curity
After authentication and consent, scopes are contained in or referenced by access tokens, which the client will later send to APIs. Scopes granted...
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