Single Sign On with Custom Login Form

Hello,

I have a Angular 9 (multi-route application) with a custom login form (email address/password), and I am using Resource Owner Password from the Authentication API to log in.
I would like to implement Single Sign On with this approach.

Is there a clear documentation to follow for this, besides the easist way with the Universal login?

Thanks a lot!

Hi @alidays-team,

I would recommend using Auth Code or another redirect flow to do SSO, not ROPG.

John