You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing the doc.
I have read this doc, but this doc says that we need LDAP for IdP, if there are no IdP on my site, how can we define authentication flow after OIDC login succeeded..?
First of all, this area is also new for me but just working on similar tasks.
LDAP is not a must for authentication but can be useful to synchronize user details between alfresco and other systems.
Perhaps you can try something like this:
Alfresco Content App or Share, etc. -------> Alresco Indentiy Service (keycloak) ----OIDC----> IdP (e.g. Auth0)
Hi, thank you for great service.
Now, I'm trying integrating OIDC (such as Auth0) to Alfresco sign in.
I successfully launched keycloak and alfresco services by using docker-compose.
And finished setting OIDC settings on keycloak admin console.
But the login screen still show
user/password
styels.How can I change the default login screen to OIDC (such as Auth0 or other login) screens... ?
The text was updated successfully, but these errors were encountered: