-
Ciao,
forse mi è sfuggito qualcosa, ma non ho trovato documentazione a riguardo.
Quando eseguo composer install mi chiede diversi parametri e non sono sicuro come compilarli:
Nello specifico:…
-
Hi
I tried to integrate django with keycloak openid by using this library. Unfortunately I got this message
```
400 Client Error: Bad Request for url: http://KEYCLOAK-IP/auth/realms/myrealm/prot…
-
Following the README, I went to [http://localhost:8000/admin/](http://localhost:8000/admin/) but this renders a local login box, not zitadel's.
I have the following `.env` config:
```
ZITADEL_P…
-
Currently OP endpoints are hard-coded:
https://github.com/zitadel/example-python-django-oidc/blob/cfa9934853da00cd011019fb0c0b31ca3a15371e/mysite/settings.py#L136-L139
Can't we use a single disc…
-
If the docker-compose.yml is set to build all the images locally instead of pulling them from the github registry, an exception occours at the entity configuration request to the trust-anchor from the…
-
I have been working with a provider that prefers ES256, so did some quick tests to see how hard it would be to extend support in mozilla-django-oidc. As the flow is similar to RS*** and it's supporte…
-
using Keycloak, I have created user in keycloak, trying to get api via Curl getting
**"detail": "Authentication credentials were not provided."**
any i have tried
[https://github.com/mozilla/m…
-
Could support for Code authorization flow with PKCE be added to mozilla-django-oidc ? or does that go against design priciple "Mainly support OIDC authorization code flow"`?
-
The default provider for cie (http://cie-provider.org:8002/oidc/op) acts like a spid provider.
Docs say
```
The demo proposes a small federation composed by the following entities:
* Federati…
-
In the documentation (https://mozilla-django-oidc.readthedocs.io/en/stable/installation.html#add-settings-to-settings-py) instructions are to add this to settings:
`OIDC_OP_USER_ENDPOINT = ""`
Howev…