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:
oidcmethod now available inAuthenticators.MethodsAuthenticators.OIDCcontains 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)