-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #290 from silversword411/main
SSO Troubleshooting section
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -350,7 +350,6 @@ For those who have no interest in using this feature and want it completely disa | |
=== ":material-docker: Docker install" | ||
Add `TRMM_DISABLE_SSO=True` to your `.env` file and run ```docker compose down && docker compose up -d ``` | ||
|
||
|
||
## How do I activate SSO as a new sponsor? | ||
|
||
*Ignore the following if you're an existing sponsor upgrading from a version below 0.20.0, as SSO will automatically be activated for you during the upgrade process.* | ||
|
@@ -379,4 +378,15 @@ For those who have no interest in using this feature and want it completely disa | |
docker compose up -d | ||
``` | ||
|
||
For any issues with activating SSO, [open a ticket](https://support.amidaware.com). | ||
For any issues with activating SSO, [open a ticket](https://support.amidaware.com). | ||
|
||
## Troubleshooting | ||
|
||
!!!note | ||
SSO errors are usually logged on your providers side. Check there for error messages. | ||
|
||
"There was an error logging into your provider." | ||
|
||
![Error logging into your provider](images/entra_error_loggingin.png) | ||
|
||
The email address exists in the TRMM local users as well as your SSO. Update the local TRMM users email to [email protected] and then you'll be able to login. |