-
Notifications
You must be signed in to change notification settings - Fork 14
Custom scopes with oauth #275
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
Comments
I found the answer here : |
Thanks for the question @badaz. This is on the roadmap for sure, hard to say when we'll get to it. We do a lot of pro-serve and paid support contracts, so that work takes priority. Feel free to use the contact us form on fusionauth.io if you want to discuss expediting this work for your project. |
I've been using FusionAuth for more than a month now. Wish to thank you for this fabulous product! I have a question. May I know when the support for custom scopes might be available? Thank you much! |
@DeviPrasad Thanks for using FusionAuth, and I'm glad you find it helpful! I'm afraid we don't have a firm date for this work being done. As @robotdan mentions, if you need this, we're happy to discuss a professional services agreement to get this built out on a definite timeline. Here's our general roadmap guidance: https://fusionauth.io/docs/v1/tech/core-concepts/roadmap/ which may be helpful to you in your future planning. |
Every call to our API endpoints are charged. Giving administrators and developers at the customer side the possibility to limit what endpoints can be called via scopes, so other developers won't call endpoints that shouldn't be called in a particular application, that would be a good way to help customers not accidentally call endpoints in one application, that should be called elsewhere. |
Thanks for sharing your use case, @nerfpops, really appreciate it. It's always great to hear how people are using FusionAuth to solve their auth problems. Please make sure you vote up this issue if you haven't already. Also, please contact us if you'd like to discuss a professional services agreement to get this feature implemented on a firm timeline. |
@dystopiandev sorry, no changes in when this will be delivered. Still something we plan to support in the future, but haven't committed to a timeframe. |
My company is very interested in having this feature as well. We are migrating a system with over 100 mil users over to FusionAuth and scopes is a big feature we need. Do we have any options? Are there any custom JS examples of a way we could add something that resembles scopes? |
@pmolaro if you are interested in paying to have this feature built on a defined schedule, you can contact our sales department and we can give you a professional services estimate: https://fusionauth.io/contact/ For a production deployment that size you should also consider FusionAuth enterprise support: https://fusionauth.io/pricing/editions/ Sometimes as part of a custom enterprise contract, additional features are delivered. |
Too bad this doesn't exist, I'll have to stick to auth0 for this then... I am interested in considering a switch, but not without scopes. |
Let's review this issue in context of any changes we are making for this feature. |
Scheduled for delivery in 1.50.0. |
OAuth Custom scopes
Problem
I want to use custom scopes when using OAuth grants for use by 1st or 3rd party applications.
Solution
Define supported scopes by application. Allow requesting these scopes using the scope parameter when calling /token
The following are in scope for this feature:
id_token
based upon requested scopes.Areas for future enhancement:
Related
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: