pamapa
pamapa
> it will throw an error of No state in response. > The state is indeed present because its properly prepared when creating the siginRequest, but if i'm not using...
See https://github.com/authts/oidc-client-ts/issues/1726#issuecomment-2451930363
Which Idp are you using? Typically when you set openid you get an id_token. Why do you need to set scope=openid anyway when you do not need the id_token anyway?
Thanks for taking care of this feature!
I guess using `sessionStorage` would make it still work without this changes...
`loadUserInfo` has been changed from `true` to `false` within this library. See https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md. You must set this configuration property by your own...
With `auth.useAuth.mockResolvedValue('test');` you mock useAuth like it would be a string ("test"), but it is a function...
I would accept such a pull request, including try n times or maybe include a setTimeout using defaults but overridable via props...
> The documentation has a section titled 'Provider-specific settings' which contains a configuration for Amazon Cognito. I would suggest adding the following for Azure B2C. Yes, please provide this section...
Somebody started to allow this. See this MR: https://github.com/authts/oidc-client-ts/pull/877. Unfortunately it stuck, but the main obstacle the library had at that time (merging claims) has been fixed since then, as...