Empower OAuth 2.0 API

The authorization API for Empower's API suite, listed as "production" in the public Empower developer portal catalog. It generates bearer access tokens used to authorize calls to the other Empower APIs. Public release notes on the catalog page document /auth and /token endpoints, an optional x-api-key header on both, and an invalid_grant 400 response when a requested OAuth scope is not configured on the client profile. Empower documents OAuth 2.0 and OpenID Connect with the client_credentials grant for B2B partner integration, and is moving to asymmetric private-key JWT client authentication (PKI) in line with Financial-grade API (FAPI) practice. Reference documentation is behind login and the authorization service endpoint is communicated privately to approved partners. The baseURL below is the probe-observed U.S. API gateway host; the authorization service host itself is never published.

API entry from apis.yml

apis.yml Raw ↑
aid: great-west-lifeco:empower-oauth-2-0-api
name: Empower OAuth 2.0 API
description: The authorization API for Empower's API suite, listed as "production" in the public Empower
  developer portal catalog. It generates bearer access tokens used to authorize calls to the other Empower
  APIs. Public release notes on the catalog page document /auth and /token endpoints, an optional x-api-key
  header on both, and an invalid_grant 400 response when a requested OAuth scope is not configured on
  the client profile. Empower documents OAuth 2.0 and OpenID Connect with the client_credentials grant
  for B2B partner integration, and is moving to asymmetric private-key JWT client authentication (PKI)
  in line with Financial-grade API (FAPI) practice. Reference documentation is behind login and the authorization
  service endpoint is communicated privately to approved partners. The baseURL below is the probe-observed
  U.S. API gateway host; the authorization service host itself is never published.
humanURL: https://developer.empower.com/api-catalog/oauth2-api
baseURL: https://api.empower.com
tags:
- OAuth
- Authorization
- Security
- OpenID Connect
- Login Gated
properties:
- type: Documentation
  url: https://developer.empower.com/api-catalog/oauth2-api
- type: Authentication
  url: https://developer.empower.com/docs/additional-security-protocols-publicprivate-key-infrastructure-pki
- type: ChangeLog
  url: changelog/great-west-lifeco-changelog.yml
  name: Empower OAuth 2.0 API release notes (v2.3.0, v1.3.1)
- type: OAuthScopes
  url: scopes/great-west-lifeco-scopes.yml