-
### Describe the Bug
I'm trying to implement linkedIn oauth, but i get below error on auth callback, i tried both hosted and localhost no luck
```
http://localhost:8088/auth/login/linkedin/callba…
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.c…
-
__Is your feature request related to a problem? Please describe.__
As discussed in this forum [thread](https://forum.camunda.io/t/oauth2-client-credential-token-cached/45799/2) the http outbound co…
-
const express = require('express');
const bodyParser = require('body-parser');
const { google } = require('googleapis');
const ldap = require('ldapjs');
const app = express();
const port = 3001…
-
https://fastapi.tiangolo.com/tutorial/security/
-
### Description
I set up **nginx** proxy according to the [document](https://docs.gitea.com/administration/reverse-proxies#nginx-with-a-sub-path), and set the `[server] ROOT_URL = https://xxxx.com/…
-
We need to upgrade Apache cxf-core from 3.2.0 to 3.5.8.
3.5.8 includes a patch for a major security vulnerability (details [here](https://cxf.apache.org/)).
This means we will need to refactor sever…
-
We already have an SSO server and would like to integrate it with NocoDb, but I haven't found anything useful in the documentation.
Does NocoDb not currently support OAuth 2.0 authentication? If not,…
-
## Background
Validate Oauth2-Proxy works with Google Oauth2 integration and our backend services. Currently
## Steps
1. Set up an integration with Google Oauth
2. Validate the instructions on Auth…
-
```
OAUTH2_CLIENT_ID_REGEXP seems to be too restrictive (e.g. it won't accept
simple numeric client ids from 0 to 99), and cannot be changed without patching
OAuth2.inc.
Could this be a configurati…