-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
The OIDC standard has defined an endpoint that is well supported by common OAuth2 providers (including…
-
**What would you like to be added**:
Support for OpenID Connect .well-known JSON
**Why is this needed**:
It would be easier to give the base path to the well-known file to generic OAuth i…
ptman updated
1 month ago
-
Currently, we can protect a web API using the library as follows:
```csharp
services.AddMicrosoftIdentityWebApiAuthentication(configuration, "TestAuth1", "TestAuth1");
```
Now, when the service …
-
### Bug Summary
The keycloak still uses the legacy urls with `/auth/` prefix both in the docs and in the defaults.
As keycloak changed the defaults ( and discourages this usage) with v18 (released…
-
Hi, appreciating the OpenID4VC plugin, just reporting some compatibility issues from testing against the OpenID4VC plugin and comparing with credo. NOTE: I'm not entirely sure which draft version of O…
-
Hey folks! The Fedora instance of Copr is currently using OpenID (and GSSAPI) for authentication.
We are looking to remove OpenID from the authentication options, because we'd like to switch the auth…
-
HI,
First, great work for this role. It works perfectly.
It would be great to have the possibility to configure gitea to retrieve user identity from a OpenID Connect provider . This is a function…
-
The [official setup of Keycloak on Docker](https://www.keycloak.org/getting-started/getting-started-docker) uses HTTP URLs.
When used for token exchange, `AuthService` validates the JWT token and d…
-
### Summary:
The Dynamic Registration spec requires that the LMS have `openid` listed as one of the `scopes_supported`.
This is currently not being sent.
### Steps to reproduce:
1. Mak…
-
**Describe the issue:**
In IS5.2, the format of the roles field in the oauth2/userinfo response was a string as follows:
`{
"sub": "admin@test.com",
"roles": "role1,role2,role3"
}`
T…