glide icon indicating copy to clipboard operation
glide copied to clipboard

✨ Authentication & Authorization

Open roma-glushko opened this issue 1 year ago • 0 comments

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

roma-glushko avatar May 01 '24 12:05 roma-glushko