Gen.G · Authentication Profile

Geng Authentication

Authentication

Gen.G secures its APIs with openIdConnect and oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyEsportsGamingEntertainmentMediaSports
Methods: openIdConnect, oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

ShopifyCustomerAccountOIDC openIdConnect

Source

Authentication Profile

geng-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://geng.gg/.well-known/openid-configuration
notes: >-
  Auth surface for the geng.gg (Shopify-powered) storefront, described by the
  Shopify Customer Account API OpenID Connect discovery document served under
  the geng.gg domain. Gen.G itself publishes no first-party developer API; this
  is the customer-account authentication for the merch store.
summary:
  types: [openIdConnect, oauth2]
  oauth2_flows: [authorizationCode]
  grant_types: [authorization_code, refresh_token, 'urn:ietf:params:oauth:grant-type:jwt-bearer']
  pkce: [S256]
schemes:
  - name: ShopifyCustomerAccountOIDC
    type: openIdConnect
    openIdConnectUrl: https://geng.gg/.well-known/openid-configuration
    issuer: https://shopify.com/authentication/55492378809
    authorization_endpoint: https://shopify.com/authentication/55492378809/oauth/authorize
    token_endpoint: https://shopify.com/authentication/55492378809/oauth/token
    end_session_endpoint: https://shopify.com/authentication/55492378809/logout
    jwks_uri: https://shopify.com/authentication/55492378809/.well-known/jwks.json
    id_token_signing_alg_values_supported: [RS256]
    token_endpoint_auth_methods_supported: [client_secret_basic]
    sources: [well-known/geng-openid-configuration.json]