-
Support for OAuth 1.0a can be obtained using the old oslc-java-client, OslcOAuthClient, and demonstrated using DoorsOauthSample (which accesses the DOORS Web Access OSLC server).
oslc4j-client will…
-
He,
Some of the previous issues did mention a specific problem of the Google OpenIDConnect API, but I hope to revive this issue to create a fix.
As mentioned in the [docs](https://developers.goo…
-
Hello,
I had fun times trying to implement [Silent SSO](https://auth0.com/docs/api-auth/tutorials/silent-authentication) because passing `?prompt=none` to this strategy is ignored.
After further…
-
The web client currently seems to use an old version, thus we need to update to the one at https://github.com/rwth-acis/openidconnect-signin
-
We are using Microsoft.Owin.Security.OpenIdConnect in the Asp.NET Framework Webapp for AuthCode Flow authentication.
The initial authorization code request call to the Identity provider(EntraID) is…
-
I'm looking at using this with a GraphQL service that we're hoping can remain completely stateless. We included the [cookie-session package](https://www.npmjs.com/package/cookie-session) to put the au…
-
**Which version of Duende IdentityServer are you using?**
6.2.*
**Describe the bug**
N/A
**Additional context**
The client authentication mechanism `client_secret_jwt` is not supported.…
-
**Which version of Microsoft.IdentityModel are you using?**
Identity.Models 7.4
**Where is the issue?**
* [x] M.IM.JsonWebTokens
* [ ] M.IM.KeyVaultExtensions
* [ ] M.IM.Logging
* [ ] M.IM…
-
Hi! I'm trying to configure google oauth. My env vars what I pass with the helm chart looks:
```
PUBLIC_URL: https://qb.domain.com
AUTH_BACKEND: app.auth.google_auth
OAUTH_CLIENT_ID: b…
-
I have some strange behavior when using OpenIdConnect authentication. Everything works fine, but as soon as I reference the Microsoft.IdentityModel.Tokens.Saml 8.0.2 (i also tried older versions) I go…