Placewise Member IdP
  1. OpenID Connect
Placewise Member IdP
  • Overview
    • Introduction
    • OpenID Connect
      • Overview
      • Issuer and Discovery URL
    • Usage of member tokens
      • Usage of Placewise API in context of member
      • ID token
    • Customizing the experience
      • Configuration of UI, Social Logins and Messages (emails/smses)
      • Optional parameters available during authorization
  • Reference
    • OIDC
      • WellKnown::Jwk
        • index
      • WellKnown::OpenidConfiguration
        • show
      • Authorization
        • create
        • create
      • Token
        • revoke
        • create
      • Session
        • destroy
      • Userinfo
        • show
  1. OpenID Connect

Issuer and Discovery URL

Issuer#

Issuer is an identifier which identifies the instance of identity provider and is the base URL for all OIDC related endpoints. There is at least one issuer for each loyalty club.
INFO
If you want to use custom domain for Member Identity Provider, then the issuer would match this custom domain.
Please reach out to our support team for more details.
By default, the issuer is connected with our Members website:
staging environment: https://{{loyalty_club_slug}}.member.dev.placewise.com
production environment: https://{{loyalty_club_slug}}.member.placewise.com
TIP
Example: https://infinity-mall.member.placewise.com

Discovery URL#

Discovery document includes various fields which can be used to automatically configure OpenID Connect client. Metadata returned by this endpoint can be also used to manually build OAuth 2.0+ client.
In order to acquire Discovery URL, append /v1/oidc/.well-known/openid-configuration to your Issuer.
TIP
Discovery URL for issuer "https://infinity-mall.member.placewise.com" is available at https://infinity-mall.member.placewise.com/v1/oidc/.well-known/openid-configuration.
Modified at 2026-01-15 13:55:39
Previous
Overview
Next
Usage of Placewise API in context of member
Built with