Redirect to Okta for OAuth2 authentication
documentedRedirects to Okta OAuth2 login to authenticate the user.
GET /oauth2_login/OktaAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: Workbooks' Okta authentication endpoint is initiated via a GET request to https://secure.workbooks.com/oauth2_login/Okta (no OAuth token is required for this login-redirect step; this URL is documented in Workbooks' Okta Authentication KB). ([workbooks.com](https://www.workbooks.com/our-knowledge-base/kb-introduction/login/okta-authentication/)) npx -y keychains@latest curl "https://secure.workbooks.com/oauth2_login/Okta" \ -X GET \ -L \ -H "Accept: application/json"