You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll take a look at this soon. Just need finish a delivery first. Hope to have an update for you next week. It's curious how the onelogin should be the cause of this as it's supposed to only handle cookie injection at the beginning of serving your project. But I haven't tested it properly with a CAP application yet.
Hi @gregorwolf
I looked into this a bit and it seems that it's an issue with the IdP, if I try to access https://60714212trial.launchpad.cfapps.us10.hana.ondemand.com/site/trial I get the same error.
When trying on chrome, firefox and safari it will ask me for keychain access and afterwards get the oauth error.
Can you please check the settings on the IdP?
Describe the bug
I've added ui5-middleware-onelogin to the UI5 App app/webapp/item-pricing-cap-v2 in my bookshop-demo project with commit feat: add ui5-middleware-onelogin. Unfortunately sending a GET request to http://localhost:8080/comsapperso/flex/personalization/v1/data/itempricingcapv2 results in a redirect to https://60714212trial.launchpad.cfapps.us10.hana.ondemand.com/login/callback?code= which returns "Not Found".
To Reproduce
Steps to reproduce the behavior:
npm ci
npm start
Expected behavior
I would have expected that the cookies set by ui5-middleware-onelogin would allow me to call also this service endpoint.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: