paddu.bits
(padma prabhavathi)
April 19, 2021, 9:04pm
#1
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.
shalyganov
(Gleb Shalyganov)
April 21, 2021, 7:30am
#3
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
paddu.bits
(padma prabhavathi)
April 21, 2021, 11:23pm
#5
Hi, @shalyganov ,
If we use SAML add-on, does it work for REST API authentication as well?
Thanks in advance for the support.
shalyganov
(Gleb Shalyganov)
April 23, 2021, 1:05pm
#6
@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
paddu.bits
(padma prabhavathi)
April 23, 2021, 8:23pm
#7
@shalyganov -- Do you suggest any other solution that will help us use custom authentication with OKTA in GUI and REST API.