Override Admin Panel Auth #12904
Unanswered
cheon-axso
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I am currently working on a proof of concept to integrate Medusa in our webapp.
One of the important requirements is to be able to login in the admin panel if we are already logged in our webapp.
The webapp is essentially our admin for our products, so anyone logged in there should be able to go in Medusa's admin panel.
I have made a custom service extending
AbstractAuthModuleProviderand following the documentation, I am able to validate my user with my keycloak project.As I understand, this would be helpful if I wanted to make API calls in my own admin to do whatever I want.
Problem is, we want to be able to use that to get inside the admin panel, not make API calls.
I've been searching for a while in the documentation and this github issues/discussions and I am not finding anything about doing that.
Is this something possible?
If not, this could be a feature request 🤔 🤷
Beta Was this translation helpful? Give feedback.
All reactions