haproxytech / haproxy-lua-oauth

JWT Validation implementation for HAProxy Lua host
Apache License 2.0
105 stars 50 forks source link

Does this library support both openid connect and ldap for a single message ? #22

Closed megarajan closed 3 years ago

megarajan commented 3 years ago

like first authentication via open id connect and authorization via ldap for a single http request using this library ?

NickMRamirez commented 3 years ago

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.