SSO Keycloak flow

cancel
Showing results for 
Search instead for 
Did you mean: 
jgisson
Member II

SSO Keycloak flow

Hi,

I have a ADF application to access Alfresco Content Service and our own business API.

For user authentication, I would use OpenID Connect Authorization Code Flow instead Implicit Flow.

Where can I find documentation or examples to do this in ADF framework ?

 

2 Replies
dvuika
Alfresco Employee

Re: SSO Keycloak flow

You can check the Login dialog docs. Also, the Builder Network should have articles on that.

jgisson
Member II

Re: SSO Keycloak flow

Hi,

Thanks for your answer. On Login Dialog there is nothing about "Authorization code Flow".

On the js api README.md file , there is description for OAUTH2  "Implicit Flow" and "Password Flow", but nothing about "Authorization code Flow". Is it supported by ADF framework ?