Enhancements
- Application sign-out URL: We've added an option to configure a specific application sign-out URL using the
logoutRedirectUrl
param in SAML related functions. This is useful when Descope is your IdP, and you want to sign a user out of Descope when they sign out from their SP. - User interaction override: With the
forceAuthentication
flag in applications, you can force end user to interact in a specific way with Descope (as IdP), regardless of the SP's settings. - Project tags: Projects now have a
tags
attribute - a list of strings that can be used to distinguish your projects. Those can be updated using theupdateTags
command. - Generate SSO configuration link: We've recently added an option in the console to send a link that triggers the SSO configuration flow. We've completed this feature by supporting it also via SDK using the
generateSSOConfigurationLink
command. An example can be found in the SDK's README. - README enhancements: Tiny adjustments to our README, to provide better examples.