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
I see that JWT authentications and sessions are documented, how would a basic auth be implemented?
I have an Authentication object with the username and a list of permissions.
The idea I had was to connect to an ldap, validate those credentials, get the user permissions and then depending on the method validate one or the other. I have everything implemented except the rest api part.
I had thought about implementing a custom authentication, but I don't see it documented in the openapi for example.
I honestly don't know where to start.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I see that JWT authentications and sessions are documented, how would a basic auth be implemented?
I have an Authentication object with the username and a list of permissions.
The idea I had was to connect to an ldap, validate those credentials, get the user permissions and then depending on the method validate one or the other. I have everything implemented except the rest api part.
I had thought about implementing a custom authentication, but I don't see it documented in the openapi for example.
I honestly don't know where to start.
Beta Was this translation helpful? Give feedback.
All reactions