Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not consider slash on the end of a serviceProviderUrl #5

Open
haulmont-git opened this issue Dec 4, 2017 · 0 comments
Open

Do not consider slash on the end of a serviceProviderUrl #5

haulmont-git opened this issue Dec 4, 2017 · 0 comments
Labels
enhancement New feature or request

Comments

@haulmont-git
Copy link

Following the documentation https://doc.cuba-platform.com/manual-6.7/sso_example.html

  1. Configure IDP as written , but specify ''cuba.webAppUrl'' without slash at the end.
cuba.webAppUrl = http://localhost:8080/app
......

cuba.idp.serviceProviderUrls = http://foo:8081/app/, http://bar:8082/app/, http://localhost:8080/app/
  1. start the application
  2. Open UI. IDP login page is opened

!image3.png!

  1. Input correct credentials

AR: incorrect URL is opened. The first URL in the 'cuba.idp.serviceProviderUrls' list is opened.

!image4.png!

"http://localhost:8080/app" and "http://localhost:8080/app/" are considered as different but it seems they are the same.

!image.png!


Original issue: https://youtrack.haulmont.com/issue/PL-10108

@jreznot jreznot transferred this issue from cuba-platform/cuba Jan 28, 2019
@jreznot jreznot added the enhancement New feature or request label Jan 28, 2019
@dtsaryov dtsaryov assigned dtsaryov and unassigned jreznot May 23, 2019
@dtsaryov dtsaryov removed their assignment Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants