PingOne DaVinci-DaVinci Auth APIs-Auth Operations
Number of APIs: 7
-
Authorize using POST POST {{authPath}}/{{envID}}/davinci/policy/{{davinciFlowPolicyID}}/authorize?client_id={{clientID}}&response_type=code&scope=openid%20profile&redirect_uri={{redirect_uri}}
-
Create OAuth Callback POST {{authPath}}/{{envID}}/davinci/oauth2/callback?code={{code}}&state={{state}}
-
Authorize using GET GET {{authPath}}/{{envID}}/davinci/policy/{{davinciFlowPolicyID}}/authorize?client_id={{clientID}}&response_type=code&scope=openid%20profile&redirect_uri={{redirect_uri}}
-
Read Well-Known OIDC Configuration GET {{authPath}}/{{envID}}/davinci/.well-known/openid-configuration
-
Read Well-Known JWKS Configuration GET {{authPath}}/{{envID}}/davinci/.well-known/jwks.json
-
Read OAuth Callback GET {{authPath}}/{{envID}}/davinci/oauth2/callback?code={{code}}&state={{state}}&session_state={{sessionState}}
-
Read Request Challenge GET {{authPath}}/{{envID}}/davinci/request/{{flowChallengeID}}?interactionId={{interactionID}}