Enhancements
- Get a user's OAuth provider tokens: When using your own OAuth provider account, you can now choose to request additional scopes and have the provider's access tokens managed by Descope. When needed, those can be fetched using the
get_provider_token
function, which retrieves the token for your application to use. - Delete a tenant's SAML configuration: Using the
delete_settings
function, you can define which tenant's SAML configuration should be deleted. - Search over audit logs: You can now filter over Descope's audit logs using the
search
audit function. For a full list of filter options see function's documentation.