apigee x integrated portal stop users creating/deleting apps

Hi,

we have our own internal admin portal where we want to create users, these users would then be created in our auth0 platform and used with saml to sign into the portal.

we are using apis of apigee to create a developer with an assigned "default" app, and at the same time assigning attributes to the user which essentially tell us what user they link to on our internal platform.

this then allows the user to sign in on the portal and find a "default app" already setup and ready to go with the given product access which has been synced from our portal.

however there is one issue, how can we stop the user creating new apps and also editing the default app we generate which is managed from our internal admin portal.

is there a way to set my apps section to be read only/set a particular app to be read only?

idealy would like to disable the following features:

create app

delete app

edit app

 

0 1 150
1 REPLY 1

You could force API products to require approval. While this wouldn't prevent new apps or existing apps from getting created, it should prevent signup to new API products?

I think the actual solution would be dependent on customizing a drupal based portal to your needs.