Enhancements
- Set and expire user passwords: You can now expire a user's password using the
ExpirePassword
function, which will make the user reset it on their next authentication. There's also the option to set a new one using theSetPassword
function; notice that even when choosing a password, the user will still need reset it on their next authentication. - Delete a tenant's SAML configuration: Using the
DeleteSettings
function, you can define which tenant's SAML configuration should be deleted. - Helper functions on tokens: New helper functions on tokens were added, including:
IsPermitted
- Checks to see if the token has a specific permission configured.IsPermittedPerTenant
- Checks to see if the token has a specific permission configured for a specific tenant.