-
### What is the problem you are trying to solve with this feature?
Authentication with SSO
### What is the solution you are proposing?
Adding OIDC support would immediatly add SSO support from many…
-
### First Check
- [X] This is not a feature request.
- [X] I added a very descriptive title to this issue (title field is above this).
- [X] I used the GitHub search to find a similar issue and d…
-
Hi
I'm using AzureAD as the OIDC provider, and for some reason, when processing the `preferred_username` claim, its returning an empty string. Would it be possible to expose the claim used for the…
-
Hi,
open-id login is impossible. The application doesn't work as soon as i enter the oidc environment variables.
The following error occurs:
Field required [type=missing, input_value={'papermerge__…
-
## Describe the bug
I have OIDC configuration values (clientID,clientSecret,issuerURL,scopes) that need to passed on to the Deployment. I have a k8s secret being created independently with the oidc c…
-
### 🔖 Feature description
Add OIDC auth provider implementation that works completely in the browser in addition to current implementation where the actual OIDC flow (getting an access token from an …
-
When using OIDC providers such as Keycloak, there is a need to include the `id_token_hint` query parameter of the logout URL. Some discussion on this behavior is [available here](https://keycloak.di…
-
### Issue Description
Hello,
I have deployed the project with docker compose (production).
Have configured variables:
```
NEXTAUTH_URL="https://mycorrectdomain.swiss"
NEXT_PUBLIC_WEBAPP_URL="htt…
-
**Is your feature request related to a problem? Please describe.**
Providing a documentation on OIDC possibilities would help a lot, like explaining all endpoints available, that groups and claims fi…
-
### What happened?
If there's no OIDC provider, `aws.iam.getOpenIdConnectProviderOutput` throws an exception. We probably need to put this into a try/catch or use the Command provider to check for th…