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 inAuthenticators.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)