Authorize
documentedAuthorization endpoint for user consent in OAuth/OIDC flows.
GET /oauth2/v1/authorizeOAuth 2.0no 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)
npx -y keychains@latest curl "https://{{$OKTA_DOMAIN}}/oauth2/v1/authorize?client_id={{client_id}}&response_type={{response_type}}&scope={{scope}}&redirect_uri={{redirect_uri}}&state={{state}}&nonce={{nonce}}" \
-H "Accept: application/json"