geekops
geekops

Reputation: 515

Enable wso2 self registration for service provider

I am using WSO2 IS 5.1.1 .I can see the create account when i access dashboard.

But it is not seen in the authentication endpoint of the service provider.

Is it possible to enable/disable this feature based on service provider??

Upvotes: 1

Views: 440

Answers (1)

Chamila Wijayarathna
Chamila Wijayarathna

Reputation: 1951

Currently In IS 5.1.0, it only support self sign up via IS dashboard. So you can't enable/disable this based on service provider. If you need to add self sign up for other service providers either you will have to customize authentication endpoint webapp or provide a different page for register an user using UserRegistrationAdminService. Refer this page for more information on customizing the login page.

Upvotes: 1

Related Questions