Skip to content

v3.1.0-pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@NHAS NHAS released this 21 Dec 08:04
· 736 commits to unstable since this release

Adds OIDC authentication method.

Devices are still associated by username, so the preferred_username specified by your identity provider (IdP) is checked against the device owner username.

Features:

  • oidc method now available in Authenticators.Methods
  • Authenticators.OIDC contains configuration options for the IdP

Bug Fixes:

  • Server public key and client private key are no longer HTML entity encoded (since v3.0.0-pre-release)