development
development copied to clipboard
Non-existing tenantID in URL prevents access with existing tenantID
[How to reproduce]
- Platform operator registers a tenant (e.g tenantID="ad43fe78"); The administration portal URL for this tenant will be http://
: /oscm-portal/?tenantID=ad43fe78; - The user tries to acess the URL, but types a wrong tenantID e.g http://
: /oscm-portal/?tenantID=ad43fe79. Tenant with id ad43fe79 does not exist on the platform.
[Expected] Error message for non-existing tenant. When the user corrects the tenantID, he should be able to login in the tenant-specific IDP.
[Observed] Error message for non-existing tenant, even after the user corrects the tenantID. Onyl after deleting the browser cookies, the user is able to login to the tenant-specific IDP.
Probably the wrong tenantID is saved in the session, and not updated with the correct one.