Integrated consul ui with any authentication

We want to intergrated consul UI with any authentication like Token, LDAP, username and password and any another auths, Please let me know if any process is there to do this

Hi there. There are few authentication methods you may use to achieve this. You could use JWT, or OIDC to achieve this. Be aware that OIDC is only available in Consul Enterprise.

Thanks @karl-cardenas-coding