cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Activate "Self Registration form" SAP IAS

archana_walunj1
Explorer
0 Likes
2,606

we have created application for SAP BTP on SAP Cloud Identity Services.

Here we import/create users. Users receive activation email with link to reset their password.

Now, we would like to extend self registration for the users. How can we activate the "Register" button on the Home Page of the application?

Please note, the SAML settings and trust settings are complete.

Users receive email to reset their passwords after they are created via csv import or manually.

I have followed below blogs and updated configuration, but the button is not available.

https://blogs.sap.com/2018/12/13/self-registration-with-sap-cloud-platform-identity-authentication-s...

Regards,

Archana

Accepted Solutions (0)

Answers (2)

Answers (2)

istvanbokor
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Also please note, that with User Profile system application this should not work, only with custom application.

Regards, Istvan

archana_walunj1
Explorer
0 Likes

Istavan,

Thank you for the response.

Please note, I have indeed set "User Application Access" : Public.

and this is a bundle application.

istvanbokor
Product and Topic Expert
Product and Topic Expert
0 Likes

Thanks, but your second screenshot in the question shows User Profile login page. You need to use the application's login page where you configured public.

archana_walunj1
Explorer
0 Likes

Istavan,

How to generate Application's login page?

archana_walunj1
Explorer
0 Likes

The application Home Page link, redirects to User Profile login page.

istvanbokor
Product and Topic Expert
Product and Topic Expert
0 Likes

This is what you should know.

You have an application, like myapplication.com, that you want to protect with authentication, like username and password. This application is the SP in our example myapplication.com, and you protect it with an IdP - identity provider, like in our case IAS. So you exchange the IAS and SP metadata to trust, and once it is configured if you call myapplication.com, the IAS login page will come up where the user needs to provide the credentials.

So the application URL in my example is myapplication.com, in your case you should be aware what is your goal.

For the Home URL you can provide anything, and since you input there the URL it does not mean that is the application URL. You can put there google.com, but since the trust is not configured with google, there is no IAS login page and there is not register button. Home URL is used for activation emails that after the user activates his profile he will be redirected there.

istvanbokor
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

You need to Configure User Access to the Application: https://help.sap.com/docs/identity-authentication/identity-authentication/configure-user-access-to-a...

Select Public for the application.

Cheers,
Istvan

marvel
Explorer
0 Likes
Hi Istvan, I understand your reply on setting up trust between Idp and our application.Is this the same process whether it is SAML 2.0 or Open ID connect application?