-
I use a authentik auth2 provider, but get an error when excute callback. Is there someone can give me some help?
```log
linkding | [pid: 30|app: 0|req: 7/13] 172.19.0.1 () {52 vars in 1065 bytes}…
-
After logging into the mozilla/oidc-testprovider IDP, a `SuspiciousOperation` exception is thrown with message ```OIDC callback state not found in session `oidc_states`!```. '
Python version: 3.8.1…
-
Hello ,
I'm currently testing my local environment against an OIDC provider. Via postman, I am able confirm that all of these endpoints are correct and I'm able to hit the USER_INFO endpoint with …
-
I believe I've got everything setup correctly, but I get the error:
```
AttributeError at /oidc/callback/
'bytes' object has no attribute 'verify'
```
Configurations:
```
AUTHENTICATION_B…
-
https://github.com/mozilla/mozilla-django-oidc/blob/bf0d1439da144daa061128a5c857af162b904cc7/mozilla_django_oidc/auth.py#L282
This line tries to decode the response content as JSON, which is one of…
-
### 重现步骤
1、 vi archery/settings.py
修改mysql账号密码
2、 pip3 install -r requirements.txt -i https://mirrors.ustc.edu.cn/pypi/web/simple/
3、执行sql脚本 src/init_sql/v1.10.0.sql
在删除索引前,先删除外键
-- 删除外键…
-
With the help of __django-oidc-op/snippts/rp_hanlder.py__ here I post the debugging information regarding an ordinary oidcendpoint/oidcrp session.
in OAuth2 aud it's optional, as described here:
h…
-
I am using keycloak for single sign on and also single sign out. And i try to connect django application to keycloak through the mozilla-django-oidc.
My django application is working good to single…
ghost updated
5 years ago
-
Hi @Vibhu-Agarwal I found very interesting your vision and ideas regarding SSO in django.
I'd like to join in this sharing with my modest solutions (still jewels for a craftsman like me):
Django S…
-
I am implementing a custom logout function to sign-out from Keycloak when the user performs a logout action in django admin. I need to make a POST request to the Keycloak logout endpoint and include t…
esune updated
4 months ago