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
ImportError: Could not import 'boss.authentication.TokenAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ModuleNotFoundError: No module named 'boss'.
#1
Open
Maestro1 opened this issue
Jan 7, 2021
· 3 comments
I am getting ImportError: Could not import 'boss.authentication.TokenAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ModuleNotFoundError: No module named 'boss'. when trying to run my server
The text was updated successfully, but these errors were encountered:
Are you running a Boss DB? If you're not, you probably don't want to use this package. This package's intended use is for connecting Boss with Keycloak.
Noo am not, am trying to use django withkeycloak authentication. I followed
your tutorial but I keep getting either template not found
/openid/callback/code=134323....
On Thu, Jan 7, 2021 at 4:39 PM Tim Gion ***@***.***> wrote:
Are you running a Boss DB? If you're not, you probably don't want to use
this package. This package's intended use is for connecting Boss with
Keycloak.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUT5PQI7S6CK4RGCP7FXR3SYW2RZANCNFSM4VYUCY3A>
.
--
Kind Regards,
Daniel Karama,
Information Technologiy Consultant
Noo am not, am trying to use django withkeycloak authentication. I followed your tutorial but I keep getting either template not found /openid/callback/code=134323....
We make no guarantees that this work with a generic Django setup. You can see how our Django is setup here: https://github.com/jhuapl-boss/boss
This will have boss.authentication.TokenAuthentication but I have no idea if that's appropriate for your configuration.
I am getting ImportError: Could not import 'boss.authentication.TokenAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'. ModuleNotFoundError: No module named 'boss'. when trying to run my server
The text was updated successfully, but these errors were encountered: