-
### Describe the bug
> [!IMPORTANT]
> Please see my comment below. I'm leaving the original issue as stated for broader context purposes, but the issue is not what it at first seemed. What follows be…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https…
-
### Version
2.4.1
### Operating system
Linux
### OS version or distribution
Ubuntu 20.04
### Git hosting provider(s)
Azure DevOps
### Other hosting provider
_No response_
…
-
The Microsoft Graph sample Android app
https://github.com/microsoftgraph/msgraph-sample-android
no longer compiles with msgraph-sdk-java version 6.
There is an updated msal authentication library…
-
## Overview
Check token validity early and often.
## Sub-tasks
- [x] 1. If enclave_wrangler request fails, check if token is dead, and print err about that if so.
- [x] 2. If token will expire s…
-
### What is the problem this feature would solve?
```ts
import { Elysia } from 'elysia'
import { auth } from './auth'
const app = new Elysia()
.use(auth)
.get('/', () => 'hi', {
…
-
The .NET SDK can't authenticate against the OpenShift image when the `auth.json` has an `auth` that starts with `:`.
This case is treated special here:
https://github.com/dotnet/sdk/blob/3390aa4…
-
### Is your feature request related to a problem? Please describe
There are a few config options which support providing a part of configuration to be fetched from an HTTP endpoint, for example:
- v…
-
Environment:
Ubuntu 22.04 or 24.04
mono 6.8.0.105
nuget 6.10.1.5
credential provider installed at:
~/.nuget/plugins/netcore/CredentialProvider.Microsoft
~/.nuget/plugins/netfx/CredentialProvider…
-
I'm trying to enable the Auth0 authentication.
Currently I'm able to access the rs-ui login window, click login, enter credentials using Auth0's Universal Login, and get redirected back to Restrea…