...
On the Administration | Hub Settings page provide the Hub URL of the following format
http://<HubHOST>:<port>/hub.
Сlick Register TeamCity service in Hub.
Note Note that the Guest user in Hub needs to be allowed (unbanned) for the TeamCity service registration in Hub.
You will be redirected to the Services page in Hub. Verify the TeamCity Hub service using the Trust button.
After you trust the TeamCity service in Hub, return to the TeamCity Web interface to configure user synchronization.
...
Synchronization with Hub in TeamCity allows you to:
- Retrieve retrieve the user's profile data from Hub
- Automatically automatically create and remove users in TeamCity based on the information retrieved from Hub
...
The Hub dashboard retrieves data from TeamCity using the TeamCity REST API. As such, CORS should be configured on the TeamCity side. The following TeamCity internal properties should have to be set:
Code Block |
---|
rest.cors.optionsRequest.allowUnauthorized=true rest.cors.origins=<dashboard hostname> |
...