Integrating CUBA with OKTA for User Authentication

Hi Everyone,

We have an Okta User Identity Management System.
We have our GUI/API developed in CUBA 7.0.12 framework.
Could you please give me some idea on how to integrated our Cuba Application with Okta as Identity Provider.

Thank you in advance for the support.

Hi, @paddu.bits

Okta supports authentication via SAML protocol, so you can use the SAML add-on to implement this type of authentication in CUBA application.

Regards,
Gleb

Hi, @shalyganov,

If we use SAML add-on, does it work for REST API authentication as well?

Thanks in advance for the support.

@paddu.bits, unfortunately, the SAML add-on provides authentication only for a login screen, since primary use case of SAML is web browser SSO.

Regards,
Gleb

@shalyganov-- Do you suggest any other solution that will help us use custom authentication with OKTA in GUI and REST API.