-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Hi,
in latest Fab-manager 6.4.9 i tried to add our SSO from Synology NAS, but i dont know how to activate that thing.
I added a new strategy here:
i properly prepared a new SSO application at synology first, creating identifier and secret. i am only unsure about the redirect URI.
after adding all values and saving, the status always stays pending. I don't see any button or way how to activate. I exspected to see some SSO button on the front page as soon as i add the new auth strategy.
The docker logs and logs in /opt/fabmanager/log don't give errors about something special.
i already messed in database to check what happens if i change status manually, but no difference:
docker exec -it fabmanager-postgres-1 psql -U postgres
\c fablab_production
\dt
select * from auth_providers;
update auth_providers set status = 'active' where status = 'pending';
Metadata
Metadata
Assignees
Labels
No labels