Placewise Member IdP
  1. Authorization
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
          GET
        • create
          POST
      • Token
        • revoke
        • create
      • Session
        • destroy
      • Userinfo
        • show
  1. Authorization

create

POST
/v1/oidc/auth

Request

Header Params

Body Params application/x-www-form-urlencoded

Responses

🔵302302
text/html
is expected to include "error=invalid_request" and "error_description=The+max_age+in+the+request+is+not+valid%2C+it+must+be+greater+than+0."
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/oidc/auth' \
--header 'X-User-Agent: {{X_USER_AGENT}}' \
--header 'X-Product-Name: {{PRODUCT_NAME}}' \
--header 'X-Loyalty-Club-Slug: {{LOYALTY_CLUB_SLUG}}' \
--header 'X-Customer: {{CUSTOMER_ID}}' \
--header 'Authorization: Bearer {{_OAUTH_TOKEN}}' \
--data-urlencode 'client_id=' \
--data-urlencode 'redirect_uri=' \
--data-urlencode 'response_type=' \
--data-urlencode 'scope='
Response Response Example
302 - Example 1
{}
Modified at 2025-06-16 09:32:55
Previous
create
Next
revoke
Built with