PingOne DaVinci-DaVinci Auth APIs-Auth Operations

Number of APIs: 7

  1. Authorize using POST POST {{authPath}}/{{envID}}/davinci/policy/{{davinciFlowPolicyID}}/authorize?client_id={{clientID}}&response_type=code&scope=openid%20profile&redirect_uri={{redirect_uri}}

  2. Create OAuth Callback POST {{authPath}}/{{envID}}/davinci/oauth2/callback?code={{code}}&state={{state}}

  3. Authorize using GET GET {{authPath}}/{{envID}}/davinci/policy/{{davinciFlowPolicyID}}/authorize?client_id={{clientID}}&response_type=code&scope=openid%20profile&redirect_uri={{redirect_uri}}

  4. Read Well-Known OIDC Configuration GET {{authPath}}/{{envID}}/davinci/.well-known/openid-configuration

  5. Read Well-Known JWKS Configuration GET {{authPath}}/{{envID}}/davinci/.well-known/jwks.json

  6. Read OAuth Callback GET {{authPath}}/{{envID}}/davinci/oauth2/callback?code={{code}}&state={{state}}&session_state={{sessionState}}

  7. Read Request Challenge GET {{authPath}}/{{envID}}/davinci/request/{{flowChallengeID}}?interactionId={{interactionID}}