-
```
using System;
using System.Diagnostics;
using System.Collections.Generic;
using DotNetOpenAuth.OAuth2;
using Google.Apis.Authentication.OAuth2;
using Google.Apis.Authentication.OAuth2.DotNetO…
-
Hi! As I see from your docs, I can not to define `token` property. I was sure that it should generate automatically
https://github.com/stefangweichinger/ansible-rclone/blob/2aec630547fe4e49dfee244cd3…
-
```
using System;
using System.Diagnostics;
using System.Collections.Generic;
using DotNetOpenAuth.OAuth2;
using Google.Apis.Authentication.OAuth2;
using Google.Apis.Authentication.OAuth2.DotNetO…
-
```
using System;
using System.Diagnostics;
using System.Collections.Generic;
using DotNetOpenAuth.OAuth2;
using Google.Apis.Authentication.OAuth2;
using Google.Apis.Authentication.OAuth2.DotNetO…
-
With the per-request credential example provided by @amanda-tarafa in #2064, I was able to get it working for services like Calendar and Oauth2. But I'm having trouble with `GmailService`.
I use `G…
-
Oauth2 Proxy is not handling `allowed_groups` parameter correctly at Auth endpoint. I got 403 error in my application even if I am a member of google group.
## Current Behavior
I was able to con…
-
As a developer, I want to use the OAuth2 authentication flow for Meetup. We are currently using the API credential method which is not supported anymore.
Will need to modify the meetup adapter to c…
-
Discussed in 2020-01-15 Monitoring eng meeting: basic auth for prometheus and related services have reached their limit. It should be possible to deploy an oauth proxy that supports SSO.
Some point…
-
**Describe the bug**
When attempting to query a GraphQL API I have locally with OAuth2 Implicit credentials, the Authorization header is not being added to the request. I am able to get the Acces Tok…
-
### Describe the bug
when run "az account get-access-token --resource https://cognitiveservices.azure.com" to get access token will receive error:
az_command_data_logger: Failed to connect to MSI. P…