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
      • Fetching token to embed an application
    • 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

Fetching token to embed an application

Some of apps provided by Placewise are available for embeding using dedicated token. These apps work in context of authorized member.

Available apps#

AppResource
Receipt Scannerplacewise.com/component/web_form
Rewardsplacewise.com/component/web_form
Games (all)placewise.com/component/games_api

Fetching the token#

In order to receive token, client must execute Token Exchange with standard application/x-www-form-urlencoded content type and following params:
ParamValue
client_idID of client
client_secretClient's secret (if client is confidential)
grant_typeurn:ietf:params:oauth:grant-type:token-exchange
subject_token_typeurn:ietf:params:oauth:token-type:access_token
subject_tokenMember's access token
scopeopenid
resourceCorrect resource (for example placewise.com/component/web_form)
Modified at 2026-01-20 09:00:19
Previous
ID token
Next
Configuration of UI, Social Logins and Messages (emails/smses)
Built with