-
-
### Configuration
```hcl
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>4.0"
}
databricks = {
source = "databri…
-
### OAuth2-Proxy Version
quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
### Provider
keycloak-oidc
### Current Behaviour of your Problem
When I try to launch the docker container of oauth2-pr…
-
In a setup with parallel possible logins, once in a while (my guess: if the hashmap backing them happens to sort them in the wrong way), attempting to log in in one of two configured OAuth2 providers …
-
### Problem Statement
## Good things first:
I can successfully use Ory-Hydra as OIDC-server with my project Nauthilus (which implements hydra endpoints...).
I see the login page and I can enter…
-
I think it would be useful to disable the OAuth2 / OIDC discovery explicitly. At this moment this is possible implicitly by configuring every necessary detail of the clients registration and provider …
-
**Describe the bug**
There is no mark on the protected endpoint => swagger does not transfer the access token when accessing the protected endpoint.
**To Reproduce**
![1](https://github.com/use…
-
**Describe the bug**
The platform keeps returning **Invalid Credentials**
**Set up**
Deployed via Helm, latest chart version. Configuration for Azure provider:
```
auth:
type…
-
I would like to link a self-hosted OCT server to my own Forgejo/Gitea instance which can act as a Oauth2/OIDC provider.
From the looks of it, the OCT server currently only supports some hard-coded …
poVoq updated
4 months ago
-
>Deprecated: League\OAuth2\Client\Provider\AbstractProvider::authorize(): Implicitly marking parameter $redirectHandler as nullable is deprecated, the explicit nullable type must be used instead