Some times we see a problem when deploying Figaf in Cloud Foundry. That you are not able to login to the system
It does not happen always so it can depend on which platform you are using.
To resolve it opent he xs-security.json and add the following.
In the json make sure you end after role collections with a ,
- "oauth2-configuration": {
- "token-validity": 86400,
- "refresh-token-validity": 2592000,
- "redirect-uris":[
- "https://**.cfapps.eu20-001.hana.ondemand.com/**"
- ]
- }
Make sure you update the uri to your CF domain that you defined in the vars file.
Save the file and run the command
- cf update-service figaf-xsuaa -c xs-security.json
Now you should be albe to login.
You can work with url