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

create

GET
/v1/oidc/auth

Request

Query Params

Responses

🔵302302
text/html
is expected to respond with a redirect status code (3xx)
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/oidc/auth'
Response Response Example
{}
Modified at 2025-06-16 09:32:55
Previous
show
Next
create
Built with