Niklas Stegmann

Results 2 comments of Niklas Stegmann

> Have you tried `onSigninCallback`? See https://github.com/authts/react-oidc-context/blob/main/src/AuthProvider.tsx#L42 Thank you for the fast response! How should I use this event? The user is not yet authorized at this time. The process...

If I think correctly, I need access to this method via useAuth hook: https://github.com/authts/react-oidc-context/blob/39bad747a847d8c82881f4f7e5e737255c89a871/src/AuthProvider.tsx#L237 https://github.com/authts/oidc-client-ts/blob/8a386f559cbb4d605660f8a3040a4ec2b1cf11c4/src/UserManager.ts#L368 Here I can specify my custom URL to log in the user.