📄️ General
What is a login provider?
📄️ Database password login provider
This login provider compares passwords with hashed passwords stored in the Flow database. Passwords can be imported in clear text or in various hashed forms.
📄️ API password login provider
This login provider calls an external API to authenticate a flow user by sending the users input from the email and password field on the
📄️ Open ID Connect (OIDC)
The OIDC login provider uses the OpenID Connect (OIDC) authorization code flow to authenticate a user.
📄️ Security Assertion Markup Language (SAML)
The SAML login provider uses SAML to authenticate users from any SAML compatible identity provider (IdP), like Shibboleth.
📄️ VIS
The VIS login provider supports authenticating users via their VIS account.
📄️ OpenID Connect (OIDC) Keycloak example
This short tutorial shows how to set up Studo Flow's OIDC login provider with Keycloak.