Placewise Member IdP
  1. Usage of member tokens
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. Usage of member tokens

ID token

Veryfication of the ID Token#

ID token is a JWT token which includes signature created using RS256 algorithm. You can validate authenticity of the signature against the public keys to make sure the ID token was generated by Member Identity Provider.
Public keys in JWKS format are available publicly at jwks_uri in Discovery metadata.

Getting basic member claims#

ID Token is a JWT token which includes following claims:
multiple standard claims (iat, exp, iss, aud, sid, auth_time, nonce)
sub - stringified member ID
phone_number - member's phone number
email - member's email
first_name - member's first name
family_name - member's last name
Modified at 2026-01-15 14:52:32
Previous
Usage of Placewise API in context of member
Next
Configuration of UI, Social Logins and Messages (emails/smses)
Built with