skumarcse
skumarcse

Reputation: 169

Adding a User Signup Workflow in WSO2 API Manager

I am trying to add a user signup workflow in wso2 api manager through wso2-BPS. I configured the steps exactly what given in [1]. On my environment i have multiple tenants. I am able to Sign-Up a new user and once submitted i get 'Authentication required by administrator' as expected and when i login to https://localhost:9443/admin, I see the created user and waiting for 'Approval'. Once i approved in admin, i am expected to login to Store with that new user. But, Login failed. what could be the issue ? Additionally both wso2-bps and wso2-am should be point to same data-source ? My case both should be postgres ?

Note: I am using Postgresql database.

Upvotes: 1

Views: 227

Answers (1)

DSotnikov
DSotnikov

Reputation: 634

I know you asked about your own API Manager deployment, but if a hosted version is an option, you can consider WSO2 API Cloud (hosted version of WSO2 API Manager) that has user self-signup (with optional approvals, ability to customize UIs and emails, etc.) out of the box: https://docs.wso2.com/display/APICloud/Enable+Self+Sign-up+to+the+API+Store

Upvotes: 0

Related Questions