You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device authorization flow (RFC 8628) to access backend services from non-browser environments, e.g. shell scripts.
Parts of this change also add scopes to all the endpoints so that the permissions of tokens issued with oauth2
can be limited. By default, all the proxied http(s) endpoints that require SSO also require the sso scope.
Built-in endpoints have their own required scopes as well, e.g. ssh, pki, etc.
New maximumCertificateLifetime attribute for sshCertificateAuthorities.
🔧 Misc
Fix parsing of SSH Cert request. Sometimes, the requested TTL wasn't parsed correctly.