cuba-platform / cuba

CUBA Platform is a high level framework for enterprise applications development
https://www.cuba-platform.com
Apache License 2.0
1.34k stars 221 forks source link

Anchor path doesn't work for defaultRedirectUrl in IDP #2140

Open ikuchmin opened 5 years ago

ikuchmin commented 5 years ago

If configuration is cuba.rest.idp.defaultRedirectUrl = http://localhost:4200/#/login/, user will be redirected to http://localhost:4200/#idp_ticket=ee1c46175cad4eae30f6209d71af42af. But we expect that url will be http://localhost:4200#/login/#idp_ticket=ee1c46175cad4eae30f6209d71af42af

dtsaryov commented 5 years ago

@ikuchmin

According specs a URI cannot have more than one fragment, so it is not possible to implement the case you shared.