Is it possible to pass a users access token to an api gateway which then calls Okta’s REST endpoints and authenticates via a bearer token?
┌───┐ ┌───────────┐ ┌────┐
│SPA│ │API Gateway│ │Okta│
└─┬─┘ └─────┬─────┘ └─┬──┘
│/change_password │ │
│Param: {{ACCESS_TOKEN}} │ │
│───────────────────────>│ │
│ │ │
│ │/change_password │
│ │Auth: Bearer {{ACCESS_TOKEN}}│
│ │─────────────────────────────>
│ │ │
│ │ │