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.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
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.