# EVE Single Sign-On (SSO)

**Canonical:** https://apis.io/apis/eve-online/eve-sso/  
**Provider:** EVE Online — https://apis.io/providers/eve-online/  
**Base URL:** https://login.eveonline.com  
**Documentation:** https://developers.eveonline.com/docs/services/sso/

EVE Single Sign-On (SSO) is one of 50 APIs that [EVE Online](https://apis.io/providers/eve-online/) publishes on the [APIs.io](https://apis.io/) network. Tagged areas include Authentication, Authorization, JWT, OpenID, and PKCE. The published artifact set on APIs.io includes API documentation.

EVE Single Sign-On (SSO) is the OAuth 2.0 authorization service for EVE Online third-party applications, hosted at login.eveonline.com. It supports the Authorization Code flow for confidential (server-side) applications and Authorization Code with PKCE for native and single-page apps that cannot keep a client secret. Access tokens are issued as RS256-signed JWTs whose sub claim is CHARACTER:EVE:<character-id>, whose aud must contain both the application client_id and the literal "EVE Online", and whose scp claim lists the granted ESI scopes. The service publishes RFC 8414 metadata at /.well-known/oauth-authorization-server, including authorization, token, revocation, and JWKS endpoints.

## Machine-readable artifacts (7)

- **Documentation** — https://developers.eveonline.com/docs/services/sso/
- **OAuth2Metadata** — https://login.eveonline.com/.well-known/oauth-authorization-server
- **AuthorizationEndpoint** — https://login.eveonline.com/v2/oauth/authorize
- **TokenEndpoint** — https://login.eveonline.com/v2/oauth/token
- **JWKS** — https://login.eveonline.com/oauth/jwks
- **Branding** — https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-large.png
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/eve-online/refs/heads/main/apis.yml

## Other EVE Online APIs (12)

- [EVE Image Server (IEC)](https://apis.io/apis/eve-online/image-server/)
- [EVE Static Data Export (SDE)](https://apis.io/apis/eve-online/static-data-export/)
- [EVE Online Game Client](https://apis.io/apis/eve-online/eve-online-game/)
- [EVE Online agent API](https://apis.io/apis/eve-online/eve-online-agent-api/)
- [EVE Online Alliance API](https://apis.io/apis/eve-online/eve-online-alliance-api/)
- [EVE Online Assets API](https://apis.io/apis/eve-online/eve-online-assets-api/)
- [EVE Online Calendar API](https://apis.io/apis/eve-online/eve-online-calendar-api/)
- [EVE Online Character API](https://apis.io/apis/eve-online/eve-online-character-api/)
- [EVE Online Clones API](https://apis.io/apis/eve-online/eve-online-clones-api/)
- [EVE Online Contacts API](https://apis.io/apis/eve-online/eve-online-contacts-api/)
- [EVE Online Contracts API](https://apis.io/apis/eve-online/eve-online-contracts-api/)
- [EVE Online Corporation API](https://apis.io/apis/eve-online/eve-online-corporation-api/)

## Tags

Authentication, Authorization, JWT, OpenID, PKCE, SSO

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/eve-online/eve-sso/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/eve-online/.
