-
I have a `common.http` file that I import before every request. The script in this file sets the `oauth2_interceptRequest` to disable SSL verification:
```
exports.oauth2_interceptRequest = func…
-
-
The current approach of using tokens with cbio API via `dat.method=oauth2` is the following:
The auth provider requests a token from `offlineToken`
https://github.com/cBioPortal/cbioportal/blob/…
Aiosa updated
1 month ago
-
### What happens?
I am using the Scalar.AspNetCore package.
Selecting scope and clicking authorize does not send any requests for acquiring an access token and results in an error in console.
…
-
Allow user provisioning / access to be controlled via a separate IdP.
-
Hello,
I have an issue when I to automatically create an user with oauth2 connection.
I used the georchestra 24.0 with docker (and the gateway module version 1.1.0)
this is my security.yml f…
-
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 …
-
**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…
-
Nick has done some brilliant work to get his unmaintained code working https://gitlab.com/nickw1/mapthepaths-android/-/commits/morow-investigation. A couple of things need to be updated, and one of th…
-
Hi,
I need guidance of how to use this package with logging with Facebook.
I'm looking to reach the facebook's "idToken" which I assume is the "authToken".
For example what is the issuer?
Is the…