0

I need to generate Oauth2.0 Access token. in my asp.net core web api. Any way i can create it without a need of integrating whole identity server 4 or similar thing? For unique token i was looking for how to generate a unique token which expires after 24 hours?

Kamran Shahid
  • 3,954
  • 5
  • 48
  • 93

1 Answers1

0

able to do it using RSASecurity Details are mentioned in my other post How to create RsaSecurityKey from Public/Private Key Pair

Kamran Shahid
  • 3,954
  • 5
  • 48
  • 93