I am using ELSA with IdentityServer4 as IDP. I have for testing purposes set a short expiration on my access token.
When token expires it will call IDP and it returns a token. However tokenProvider.RequestAccessToken in WasmTokenProvider does not return a token and TokenResult.Status = RequiresRedirect
I have also noticed expiration problems with built in ElsaIdentity before. It will give an error rather than returning you to login page if token / session has expired.
I am using ELSA with IdentityServer4 as IDP. I have for testing purposes set a short expiration on my access token.
When token expires it will call IDP and it returns a token. However tokenProvider.RequestAccessToken in WasmTokenProvider does not return a token and TokenResult.Status = RequiresRedirect
I have also noticed expiration problems with built in ElsaIdentity before. It will give an error rather than returning you to login page if token / session has expired.