FuturePass Identity (OpenID Connect)

FuturePass is Futureverse's smart-wallet identity system, exposed to developers as a standards compliant OpenID Connect provider. The discovery document at login.futureverse.app advertises authorization, token, userinfo, introspection, revocation, end-session and pushed authorization request endpoints, PKCE S256, five client authentication methods, and custom claims that bind an OIDC subject to an EOA, a custodian, a chain ID and a FuturePass address.

API entry from apis.yml

apis.yml Raw ↑
name: FuturePass Identity (OpenID Connect)
description: FuturePass is Futureverse's smart-wallet identity system, exposed to developers as a standards
  compliant OpenID Connect provider. The discovery document at login.futureverse.app advertises authorization,
  token, userinfo, introspection, revocation, end-session and pushed authorization request endpoints,
  PKCE S256, five client authentication methods, and custom claims that bind an OIDC subject to an EOA,
  a custodian, a chain ID and a FuturePass address.
humanURL: https://docs.therootnetwork.com/learn/features/identity-protocol
baseURL: https://login.futureverse.app
tags:
- identity
- openid-connect
- oauth
- authentication
- web3
properties:
- type: OpenIDConnect
  url: https://login.futureverse.app/.well-known/openid-configuration
- type: WellKnown
  url: well-known/futureverse-openid-configuration.json
- type: OAuthScopes
  url: scopes/futureverse-scopes.yml
- type: Authentication
  url: authentication/futureverse-authentication.yml
- type: Documentation
  url: https://docs.therootnetwork.com/learn/features/identity-protocol