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

React Application Authentication XSUAA

arijhussain
Associate
Associate
1,364

Hello colleagues, We have a front-end application written in React to handle our back-end. The application is deployed in CF. We want to use the XSUAA service for the authentication of the front-end. I am a bit stuck with app-router configuration and cant proceed. Would be really helpful if someone has some working solution (e.g. GIT link) that I can refer to. Any ideas how to proceed is appreciated. Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

mariusobert
Developer Advocate
Developer Advocate

Hi Arij,

I think the probably most simple start with authentification, is using the Web IDE to set up the app router. This blog post describes the steps pretty well.

In this post, there is one step which turn authentication OFF. Don't change the authentication method to “route” from “none” to keep in on.

Also, replace the generated SAPUI5 code in the webapp folder with your own code.