glide
glide copied to clipboard
✨ Authentication & Authorization
Design authentication and authorization for the Glide Gateway, so that:
- Glide works out of the box for simple use cases
- Glide can leverage existing external user management systems available in our customers
- Glide can be used with SSO like OKTA
GEP
Use Cases
- I would like to have authN & authz working out of the box without a need to have a separate user management system in place.
- I want to limit a number of requests made to a specific router by user/team/org
- I want to give my user/team/org budgets and ensure they are not going above them
- I would like to use my existing user management system/SSO to manage my Glide users
- I would like to tag users to categorize them.
- I would like to storage some additional metadata in Glide user data
- I would like to restrict access to a specific set of routers on user/team/org levels
- I would like to get Glide work with my existing auth servers based on OAuth 2.0 or OIDC