This page provides answers to the most frequently asked questions and tips for troubleshooting the Authentication Server. Frequently Asked Questions
Where can I find the Authentication Server log file?
Troubleshooting
Unable to log in with different users by using ForgeRock as Identity Provider
in with one ForgeRock user and after logging out you are trying to log in with another ForgeRock user, you will get an error message. If this happens, close the browser, reopen it, and try to log in again. Authentication server error codesYou may get errors with the following codes while running the authentication server.
| Error | Meaning |
|---|
| temporarily_unavailable | An unexpected system error. Check the Authentication Server logs. | | invalid_request | The Authentication Server client sent an incomplete request. Check the Authentication Server logs. | | unsupported_response_type | The Authentication Server client sent an invalid response type in the request. Check the Authentication Server logs. | | unauthorized_client | The Authentication Server client is not included in the list of authorized clients. Check the server configuration file <Magic Collaboration Studio dir>WebAppPlatform/shared/conf/authserver.properties (parameter authentication.client.ids). | | 404 | Magic Collaboration Studio REST endpoint for user credentials checking is not found. Check the server configuration file <Magic Collaboration Studio dir>/WebAppPlatform/shared/conf/authserver.properties (parameter twc.server.identity.check.api). | | system_error | Unexpected system error or problems with the keystore management. For the keystore check if the valid keystore.p12 file exists in the <Magic Collaboration Studio dir>/configuration directory. |
|