Self service on-boarding on developer portal for external user

HI Community

I want to build a self service registration/on-boarding for external developer (developer out of my company).

So they can use personal email and register to my portal and able to login and get access to the portal without any manual approval required on apigee edge. Can you please help me how can i achieve that.

Thanks,

Sanjeev

0 3 259
3 REPLIES 3

You can use the Apigee integrated developer portal.

https://docs.apigee.com/api-platform/publish/portal/build-integrated-portal

By default all new users are automatically accepted, but you can configure it to also require manual approval, if you chose to do so.

https://docs.apigee.com/api-platform/publish/portal/configure-register-sign-in#configure_manual_acti...

Thanks deboraelkin, that is very helpful. I missed to mention one of my use case : I have some external user and they access one of my web application via user id-password. I would like those user to access my apigee dev portal using the same credentials (after registration). Its kids of SSO for external user. Any suggestion how can i achieve this do i need an idendty provider etc to implment this?

If the system that handles userid/password supports SAML, then you could configure the portal to use SSO via SAML, meaning the userid/password would be verified by that system, and not the portal itself.