Hi Team, Has anyone implemented Google SSO Login in Datahub ?
I am a python developer and have implemented the SSO with Flask. But finding it difficult to implement in Datahub. Could some one please provide some inputs to do that.
a
acceptable-architect-70237
06/05/2020, 5:01 PM
the SSO authentication can be done purely on the frontend side and use backend to do the authorization; or on the backend side. I felt it makes sense to let frontend handle it.
b
billowy-eye-48149
06/05/2020, 8:51 PM
I am little confused over the terms frontend and backend. Is the frontend means datahub-frontend or datahub-web?