You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to set up Authentik OAuth. I had all the proper data setup on docker config and in Authentik. However, it appears at least 1, but may be 2 separate issues prevented it from working immediately:
Disabling signup caused the first time login to fail;
AND/OR...
Enabling signup but trying to login for the first time with a username in Authentik the same as an existing user in Opengist prevented logging in.
I had to create a new user in Authentik (that didn't already exist in Opengist) to test, which worked and I was able to login successfully.
Also (probably unrelated) when I open an incognito window and point it to my gist domain, I get the site showing up extremely zoomed in (but I haven't adjusted the zoom at all). Refreshing the page fixes it, though sometimes if the page is fine, refreshing breaks it in this manner 🤷
The text was updated successfully, but these errors were encountered:
@farginnoob: I'm using opengist in a docker and had the same problem with the zoom when configuring openid-connect via config-file. When using the environment variables I don't seem to have any problem with "zooming"...
As for an existing user "blocking" an openid-user, there is a button to link an existing user with your openid-user in the user settings. Just automatically linking an existing user with an openid-user only based on the username would pose a bit of a security issue... I believe the way to enable linking an existing account to a openid-account is the usual way to work around this problem.
HTH
Attempting to set up Authentik OAuth. I had all the proper data setup on docker config and in Authentik. However, it appears at least 1, but may be 2 separate issues prevented it from working immediately:
AND/OR...
I had to create a new user in Authentik (that didn't already exist in Opengist) to test, which worked and I was able to login successfully.
Also (probably unrelated) when I open an incognito window and point it to my gist domain, I get the site showing up extremely zoomed in (but I haven't adjusted the zoom at all). Refreshing the page fixes it, though sometimes if the page is fine, refreshing breaks it in this manner 🤷
The text was updated successfully, but these errors were encountered: