We purchased licnese for our project say named as Project-X. But we shelved that project and we want to use the license for another project - call it - Project-Z.
What is the recommended procedure to make this chage please.
Thanks
Hello,
I want to create jwt token using Asymmetric algorithms (public and private key for authenticity). I can see by default Symmetric algorithm is used to signing the jwt using HMAC.
So can you please let me know which method I should use read XML file, Pem file or p12 file. and how to use?
I can also see BouncyCastle this package for crypto, so where this package is used and for what purpose?
Hello,
I have follow the steps mentioned in the below link: https://support.aspnetzero.com/QA/Questions/7702
but still getting below error after redirected to the redirection url: got Exception message : Sequence contains no matching element
from
file : TokenAuthController.cs
method: private async Task<ExternalAuthUserInfo> GetExternalUserInfo(ExternalAuthenticateModel model)
error line : var userInfo = await _externalAuthManager.GetUserInfo(model.AuthProvider, model.ProviderAccessCode);
Can you please provide the solution for the same?