Can we create a developer app in proxy flow

Hi,

Is there a way where in we can create a developer app in the proxy flow? The reason we want to do this is we have implemented our own OAuth service implementation. The consumers of this oauth service vary from web users to app users. The client id for the consumers gets generated in Oauth service and is shared with them. We want to expose this Oauth service through apigee. For consumers wanting to use this OAuth they would use a default api key. The request body would contain more details from which client id would be generated in OAuth backend. Once client id and password are generated by our Oauth we want to create a developer app in the proxy response postflow for client depending upon the details he sends in the request body and want to register the client id and password generated by our oauth as apigee apikey/consumer key and consumer secret.

How could we acheive this?

Thanks,

Vednath

0 1 130
1 REPLY 1

Not applicable

Hello @vednath pittala,

Al though it is NOT a suggested or recommended way, but TECHNICALLY we can do this by consuming a management api call to create the developer app. Details can be found here.

But strictly, it is NOT at all a good idea to execute management api calls at run time.