cancel
Showing results for 
Search instead for 
Did you mean: 

SSO Keycloak flow

jgisson
Champ in-the-making
Champ in-the-making

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 2

dvuika
Star Collaborator
Star Collaborator

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

jgisson
Champ in-the-making
Champ in-the-making

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 ?