Skip to content

Handles authentication using OIDC flow

License

Notifications You must be signed in to change notification settings

ydataai/authentication-service

Repository files navigation

Authentication Service

This is a simple project that makes the authentication service with the OIDC flow.

Basically, you need to have an OIDC Provider (config parameters) and configure the Authentication Service.


OpenID Connect

OpenID Connect (OIDC) is an authentication layer on top of the OAuth 2.0 protocol. As OAuth 2.0 is fully supported by OpenID Connect, existing OAuth 2.0 implementations work with it out of the box.

Currently, it only supports OIDC's Authorization Code Flow, similar to OAuth 2.0 Authorization Code Grant.


About 👯‍♂️

With ❤️ from YData | Development Team