Is it possible to integrate Single Sign-On (SSO) with MATLAB Web App Server?

13 views (last 30 days)

I am looking to integrate single sign-on functionality with my web apps. Does MATLAB Web App Server support this?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Sep 2024
MATLAB Web App Server can be integrated with any authentication protocol as long as it uses LDAP or Open ID Connect (OIDC) standards. The following documentation page provides details on setting up authentication with an identity provider: 
 
In terms of single sign-on (SSO), there are various identity providers with SSO services that enable an end user to log in to a third-party application with their existing authentication credentials. If the service is based on OpenID Connect or LDAP standards, it is supported. Your may need to complete additional configurations with your identity provider to allow SSO.
 
Please note, as of R2023b this does not apply to system login information – that is, if the user logs into their system (a work laptop), these credentials cannot be automatically ported over or validated with MATLAB Web App Server. 

More Answers (0)

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!