markbates / goth

Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
https://blog.gobuffalo.io/goth-needs-a-new-maintainer-626cd47ca37b
MIT License
5.46k stars 587 forks source link

authentik provider #498

Closed pistasjis closed 5 days ago

pistasjis commented 1 year ago

I want a provider for authentik

minecraftchest1 commented 1 year ago

You should be able to use the OpenID Connect provider.

tboerger commented 4 months ago

It SHOULD work with the OIDC provider, but I receive empy nickname, email, first/last/fullname.

minecraftchest1 commented 3 months ago

You may need to tweek some scope mappings in Authentik.

tboerger commented 3 months ago

I have tried scopes and mappings without success.

LeGmask commented 5 days ago

Everything is working fine with authentik and OIDC provider, this issue can be closed.