-
### Summary
Instead of having to specify all endpoints explicitly, some oauth providers have server metadata or OpenID Connect Discovery endpoints.
### Basic Example
```
const authConfig = {
…
-
### What happens?
When using JAX-RS with `io.swagger.core.v3:swagger-jaxrs2:2.2.25`, I encounter a bug with BASIC authentication in the documentation due to casing:
```jsonc
{
"_errors": [],
…
-
**Which version of Microsoft.IdentityModel are you using?**
Bug from version 7.4.0 and upwards
**Where is the issue?**
* [ ] M.IM.JsonWebTokens
* Other (please describe)
**Is this a new o…
-
**Describe the bug**
If there is an `openidConnectClient` configured for JWT authentication and there is a gRPC service which uses client streaming (or bidirectional streaming) the client stream is…
-
Hey! I am struggling to setup SSO through OAuth, At the moment my configuration looks like:
```
...
auth:
callback_url_prefix: https://wg.mydomain.net/api/v0
oauth:
- id: google
…
-
I believe the Omniauth_openid_connect library bypasses `https_proxy` env variable when contacting e.g. `token_endpoint`.
Output of `::OpenIDConnect.http_client` in Rails console show that Faraday i…
-
**Is your feature request related to a problem? Please describe.**
Currently, authentication is based on having a specific role through an OpenidConnect provider. The provider is connected via [azure…
-
### Microsoft.Identity.Web Library
Microsoft.Identity.Web
### Microsoft.Identity.Web version
2.12.4
### Web app
Sign-in users
### Web API
Protected web APIs (validating scopes/rol…
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/auth0-oidc-client-net#readme) and the [documentation](https://auth0.github.io/auth0-oidc-client-net/documentation/intro.ht…
-
This behaviour can be reproduced in the Example project using 'Interactive Authorization Code PKCE' option in 2024.
```
final identity = await OpenIdConnect.authorizeInteractive(
context…