You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: