Skip to content

[RFC] Add OIDC authentication extension #309

Description

@cyyeh

What’s the problem you're trying to solve

Currently, VulcanSQL provides with several basic authentication/authorization mechanisms such as HTTP Basic. However, there are more secure and standard ways for authentication and authorization these days. OIDC(OpenID Connect) is one of them. OpenID Connect (OIDC) is an identity layer built on top of the OAuth 2.0 framework. It allows third-party applications to verify the identity of the end-user and to obtain basic user profile information without the end-user giving his/her credentials.

Describe the solution you’d like

The proposed solution is built for the VulcanSQL API server. API consumers need to pass the access token given by their OIDC identity provider in the API request header.

Additional context

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions