-
Hi, i cant find any sample how to set connection string other than putting it on json config file is there a way to have connection string resolver based on tenant id that i put in jwt claim which ge…
-
Hi,
I am trying to setup e2e tests for login. Instead of actually go through the login dialog, I am trying to use "resource owner password" grant type to get the access token and id token. However,…
-
### Description
**What happened**:
Attempts to use OIDC with OneLogin results in errors.
`go-oidc: provider config sync failed, retrying in 1m0s: failed to decode provider response`
Could …
-
### Microsoft.Identity.Web Library
Microsoft.Identity.Web
### Microsoft.Identity.Web version
1.25.10
### Web app
Sign-in users
### Web API
Protected web APIs (validating tokens)
### Token cach…
-
### Affected OB version:
OB300
### Existing pages to be updated:
https://ob.docs.wso2.com/en/latest/learn/consent-authorization-intro/
### Description (Optional):
Created the issue base…
-
### User Story
As a new user, I want to securely register for an account and log in, so that I can safely perform transactions and access my user profile on the e-commerce platform.
### Feature Desc…
-
RFC defines "Issued At" as "iat" not "orig_iat" => https://tools.ietf.org/html/rfc7519#section-4.1.6
-
Hello!
I've reading through the wiki and examples for a little while now and find that this library is a nearly perfect fit for the project I am working on. With 2 missing bits.
We are using a S…
-
I use python-jws for JWT.
The jws.utils.encode function uses `json.dumps` without the `sort_keys=True` parameter.
In my testing, this can cause JWT header, for example, to be encoded differently ra…
-
Hi!
Before making a request to an OIDC provider I'd like to check if the audience and OIDC provider mentioned in the JWT token is whitelisted from my side. That means I have to decode the JWT token…