OIDC
VTS Activate can display embedded webviews for end users. It can be a simple link out or authenticated webviews that use SAML or OIDC standards to authenticate users between products.
What is OIDC?
OpenID Connect (OIDC) is an authentication layer on top of OAuth 2.0, enabling applications to verify user identity and obtain basic profile information. It supports Single Sign-On (SSO), ensuring users can access multiple applications with one login. OIDC provides standardized, interoperable authentication and user information via ID tokens. This enhances security and simplifies user authentication processes.
VTS supports Authorization Code Flow with the PKCE approach.
References
Updated 16 days ago