How Do I Change the Page URLs in the Google Apps Configuration When Attempting to Generate a Key Pair?
コンテキスト
This how-to article is related to the google-apps configuration screen ( Crowd >> Applications >> google-apps >> Configuration
) :
手順
To change the Sign-In Page URL, the Sign-out Page URL and the Change Password URL, follow the steps below:
- Shutdown Crowd, then navigate to your Crowd Home Directory
- Look for
crowd.properties
Edit
crowd.properties
and modify the crowd.server.url to the correct Crowd domain. For example:crowd.server.url=http\://crowd.foo.com\:8240/crowd/services/
In the example above, this will change the Sign-In Page URL to http://crowd.foo.com:8240/crowd/console/plugin/secure/saml/samlauth.action, the Sign-Out Page URL to http://crowd.foo.com:8240/crowd/console/logoff.action, and the Change Password URL to http://crowd.foo.com:8240/crowd/console/user/viewchangepassword.action- Restart Crowd