Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 839 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 839 Bytes

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