oidc-client-ts
oidc-client-ts copied to clipboard
OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
Hi, I am trying to OAuth as a custom authorizer for my AWS API Gateway APIs. The issue I am facing is that the access token I get is not...
I have encountered at least one custom OIDC server which returns "error" if a user is not logged in. Unfortunately, the only ways to do something with this information is...
I have a scenario where I need to validate the audience claim on the id token, is there away to add in a hook, or one be made available so...
Closes/fixes #issue ### Checklist - [ ] This PR makes changes to the public API - [ ] I have included links for closing relevant issue numbers When using signinPopup...
I’m running my app within an IFrame, as it’s embedded in the Microsoft Dynamics sidebar. I'm using SignInPopup for authentication, but I’m encountering issues due to how the token is...
Hi, I'm new with this library and maybe I do something wrong, but my access token doesn't contain all the requested scopes. When I looked it up in google the...
Hello, I have a question about the `profile` property from `User`. The [documentation](https://authts.github.io/oidc-client-ts/classes/User.html#profile) says the following: `The claims represented by a combination of the id_token and the user info endpoint.`...