Skip to content

OpenID SSO never gets activated - stays "pending" #505

@vmario89

Description

@vmario89

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:

Image

i properly prepared a new SSO application at synology first, creating identifier and secret. i am only unsure about the redirect URI.

Image

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.

Image Image Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions