Need advice on integrating Authentik and Rails app with rodauth-rails and jwt #25
Replies: 2 comments 3 replies
-
So, you need an OmniAuth strategy for Authentik. I couldn't find one on GitHub, so you might need to write one yourself. If it supports OAuth2, it would be based off of So, you just need to integrate Authentik with OmniAuth, and it then should automatically work with |
Beta Was this translation helpful? Give feedback.
-
uh, I've read just now the possibility to customise the identity table, so, since I had
I've added
and my migration is:
@janko I see I need to add that |
Beta Was this translation helpful? Give feedback.
-
Hi,
We are struggling understanding how I can enable SSO with Authentik in my Ruby on Rails application.
My Ruby on Rails works perfectly with your gems (thanks!):
I'm using now including my LDAP login
app/misc/rodauth_ldap.rb.disabilitato
to get the jwt withand it works perfectly.
Now we need to enable SSO with Authentik ... so to be able to remove the LDAP login: and it looks to me that this could be a way:
Authentik supports both generic OAuth2 as well as OpenID Connect.
Are we taking a solution that makes sense?
Beta Was this translation helpful? Give feedback.
All reactions