-
Version: mozilla-django-oidc==1.2.4
Hello,
I have noticed the userinfo endpoint works only when the userinfo signature algorithm is set to "unsigned" (in Keycloak).
Indeed the code to get the…
-
Hi
I am deploying Netbox on K8S and I am trying to add OIDC with keycloak to allow SSO on Netbox.
So I have done the necessary changes - I guess - but failing on JWT issue even of HS256 is the onl…
-
Hey guys, is there any documentation anywhere on how to configure this plugin?
- i mean where do i set the keycloak-credentials?
- how to tell pretix to onl let keycloak-authorised users in?
-
## Problem
The documentation for this attribute is inadequate. Here's the definition:
```
plugins = lib.mkOption {
type = with lib.types; functionTo (listOf package);
default = _: …
-
I'm trying to follow the example instructions, but the `example` folder is missing. Please could it be added?
-
We switched to mozilla-django-oidc 0.3.1 on Friday June 16th. Since then, we've had 9 reports of this error:
```
HTTPError: 403 Client Error: Forbidden for url: https://auth.mozilla.auth0.com/oaut…
-
Hi. Do you have a variable to get "/.well-known/openid-configuration" address and read all settings an URLs from it? So If this is possible, it is much better for programmers to enter the settings one…
-
Hi everyone!
My team and I are working on a project where we have to use SAML together with django and your example of how to create an IdP and SP is the best we have found on the web. Sadly, we ha…
-
Hi!
Is there any possibility to implement Back-Channel Logout?
https://openid.net/specs/openid-connect-backchannel-1_0.html
Cheers,
Hernán
-
We're using auth0 for authentication now. We need to figure out how local development works and then document that.
Right now, I've got a personal auth0 account and I'm using that, but I don't thin…