All,
As part of our application, Metabase has been integrated with LDAP. Is there any way we can do the silent/Auto login.
Please share the details or the REST API, which helps on the same.
Thanks,
Shridhar Bhat
All,
As part of our application, Metabase has been integrated with LDAP. Is there any way we can do the silent/Auto login.
Please share the details or the REST API, which helps on the same.
Thanks,
Shridhar Bhat
Hi @shridhar
SSO is available in the Enterprise Edition with SAML and JWT.
The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received.
https://www.metabase.com/docs/latest/api-documentation.html
Thanks a lot, will validate and will update the outcome.