Push Providers
The Okta Push Providers API provides a centralized integration platform to fetch and manage push provider configurations. Okta administrators can use these APIs to provide their push provider credentials, for example from APNs and FCM, so that Okta can send push notifications to their own custom app authenticator applications.
The Push Providers API supports the following Authorization Schemes:
- SSWS - API tokens
- Bearer - OAuth2.0 and OpenID Connect
Notes:
- Some of the curl code examples on this page include SSWS API token authentication. However, Okta recommends using scoped OAuth 2.0 and OIDC access tokens to authenticate with Okta management APIs. OAuth 2.0 and OIDC access tokens provide fine-grain control over the bearer's actions on specific endpoints. See Okta API authentication methods.
- You can use the Push Providers API as part of the "Create a custom authenticator" flow. See the Custom authenticator integration guide.
Languages
Servers
https://{yourOktaDomain}