How to modify the properties of .NET 8 identity bearer token

132 views Asked by At

I want to use the .NET 8 identity feature in my project but I want a way to review and possibly modify some of the properties like expiration time of the token and the refresh token, the issuer, the audience and also the associated claims properties embedded in it.

Please how can I go about this?

Thank you

0

There are 0 answers