-
It always returns 503 Server Error.
```
url = "http://127.0.0.1:1188/translate"
headers = {
"Content-Type": "application/json",
"Authorization": 123
}
payload = {
…
-
Another post-mortem induced issue: Whenever a LDAP lookup times out (say with 3 second timeout) I can see the overall request taking disproportionate time (tens/hundreds of seconds), likely depending …
-
- setup login/logout
- setup authentication
- setup authorization
-
Hello! Thanks for the awesome container. I would like to be able to open its port to the external network, is it difficult to add the ability to enable authorization for the proxy server?
-
From the initial OAuth we have requirement:
| # | Description | L1 | L2 | L3 |
| :---: | :--- | :---: | :---: | :---: |
| **51.4.3** | [ADDED] Verify that access tokens are restricted to certain …
-
### What happened?
curl https://my-litellm.io/v1/audio/transcriptions \
-H "Authorization: Bearer XXXXXXXXXXXXXXXX" \
-H "Content-Type: multipart/form-data" \
-F file="@./mono.mp3" \
-F m…
kiaev updated
12 hours ago
-
For me, Myuplink integration has gone from unstable to not working at all. Earlier I just had to reload the integration about every one to two weeks, now it`s unable to get a new token to authorize.
…
-
According to [Section 3](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata) of OpenID Provider Metadata spec:
> ... Additional OpenID Provider Metadata parameters MAY also b…
-
### Observed behavior
When using the `allow_responses` map in user permissions with `max` set, request/reply takes a significant performance hit depending on the value of `expires`. If the `max` valu…
-
\vendor\league\oauth2-client\src\Provider\AbstractProvider.php
$oauthClient->getAccessToken('authorization_code', [
'code' => $authCode,
]);
After c…