Marcel Wallschläger
Marcel Wallschläger
### Is there an existing issue for this? - [X] I have searched the existing issues ### Pain I was looking for an alternative FOSS spotify player like spotube, and...
# GNIP 93 - Allowing changes to the dataset attributes table via REST API ## Overview I guess this might be to small for a GNIP, but it might require...
ref #12167, #12180 minor fix to allow mutiple APPS defined in an `openid_connect` , `SOCIALACCOUNT_PROVIDERS`. Further it includes check that client_id must be set. closes #12167 closes #12180 ## Checklist...
## Expected Behavior When configuring `SOCIALACCOUNT_PROVIDERS` like: ``` SOCIALACCOUNT_PROVIDERS = { "openid_connect": { "OAUTH_PKCE_ENABLED": True, "APPS": [ { "provider_id": "keycloak-bonares", "name": "BonaRes Account", "client_id": "geonode-bonares", "secret": "", "settings": { "server_url":...
## Expected Behavior When defining multiple `openid_connect` APPS within the `SOCIALACCOUNT_PROVIDERS` in `settings.py` like e.g. defined in the allauth [docs](https://docs.allauth.org/en/latest/socialaccount/providers/openid_connect.html): ``` SOCIALACCOUNT_PROVIDERS = { "openid_connect": { "APPS": [ { "provider_id":...