callback url for Oauth 2.0

Not applicable

Hi Experts,

I am trying to virtualize IDP URLs (Authentication, Authorize, and Token). for Authorize endpoint, i need to configure APIGEE to have redirected from IDP to get authorization code.

1. /authn

2. /authorize endpoint

Authorize endpoint should successfully redirect back to APIGEE and APIGEE should retrieve "code"

I need your help in configuring APIGEE to accept redirect from IDP

Regards,

Harpreet

0 1 472
1 REPLY 1

Can you explain in further detail why you need the IdP to return an authorization code?

Apigee Edge itself is an OAuth server. It generates tokens and codes, and validates same.

In the normal implementation, Apigee generates the authz code, and the token. Can you explain what you want to do, and why you are diverting from the normal course?