Closed megarajan closed 3 years ago
like first authentication via open id connect and authorization via ldap for a single http request using this library ?
Currently, this library support OAuth 2.0 authorization only. Authentication must be handled by another service that creates the authorization token. This library only validates the token and permits access.
like first authentication via open id connect and authorization via ldap for a single http request using this library ?