Skip to content

0.39b release

Pre-release
Pre-release

Choose a tag to compare

@oculos oculos released this 23 Mar 13:13
· 6 commits to main since this release
3333240

This version introduces:

  • Conditional authentication, so that other authenticators can be used based on the type of PSSO authentication. For example, the authentication flow can evaluate if the authentication used was password, and then requests the user to use 2FA. This is still a bit experimental because we need to introduce some checks on the companion app to detect if the webview should be used or not. It works as of now, but introduces a slight delay between the authentication and showing the webview
  • The authentication and token retrieval now checks if the user is disabled or not. If the user is disable, authentication, login requests and key request/exchange will fail.