These should have the same SSO domain, so I set .service.bd
My crowd console URL:
http://crowd.service.bd:8095/crowd/console
I configure the custom domain in /etc/hosts
as:
172.16.20.101 crowd.service.bd
If I configure the SSO domain as crowd.service.bd
, I get Crowd login success.
If I use .service.bd
, then the Crowd login will be a redirect. As this link Crowd Login Redirected said.
I suppose I should have something wrong about domain and subdomain. Should I configure second level domain on my host?
The solution is:
Change
To
And then set sso domain to .bdservice.com, then everything is OK.
I suppose crowd couldn't recognize .bd
as top level domain.