You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have learned recently about dotnet uset-jwts and I use it in my development environment. However, I am wondering now how the setup would be for the production environment. What I have in mind is to rely on Azure Key Vault to store the secret issuer signing key to generate JWTs, but I've found nothing in how this could be used with Microsoft.AspNetCore.Authentication.JwtBearer.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have learned recently about
dotnet uset-jwts
and I use it in my development environment. However, I am wondering now how the setup would be for the production environment. What I have in mind is to rely on Azure Key Vault to store the secret issuer signing key to generate JWTs, but I've found nothing in how this could be used with Microsoft.AspNetCore.Authentication.JwtBearer.Could someone help me out with this?
Beta Was this translation helpful? Give feedback.
All reactions