New features and enhancements
April 2026
Consent screen: opt-in model and remembering disallowed scopes
- Opt-in model: only required scopes are pre-selected. Users must explicitly select optional scopes they want to allow.
- Remembering disallowed scopes: both allowed and disallowed scopes are now stored. The consent screen is no longer shown for previously disallowed scopes.
- Note: if offline access scope was requested, the consent screen will always be displayed.
- Consent reset: due to database changes, all existing consents will be reset. Users will be prompted to provide consent again on first login after the update.
July 2025
Asymmetric Key Client authentication
Support for client authentication method based on asymmetric keys. Instead of transmitting a shared secret, the client authenticates by signing a JWT with its private key, which is validated using the corresponding public key stored in U4IDS. For implementation details check Tutorials/Setup Private Key JWTs for more information.