We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Policy example Get OAuth2 access token from AAD using client id and certificate using key vault manage identity uses RSACng for its signing operations. However, per the APIM Policy Allowed Types list this is not an allowed type and attempting to use this type in an APIM policy results in the error message Usage of type 'System.Security.Cryptography.RSACng' is not supported within expressions
Usage of type 'System.Security.Cryptography.RSACng' is not supported within expressions
The text was updated successfully, but these errors were encountered:
Thanks for letting us know; are you willing to send a PR?
Sorry, something went wrong.
No branches or pull requests
Policy example Get OAuth2 access token from AAD using client id and certificate using key vault manage identity uses RSACng for its signing operations. However, per the APIM Policy Allowed Types list this is not an allowed type and attempting to use this type in an APIM policy results in the error message
Usage of type 'System.Security.Cryptography.RSACng' is not supported within expressions
The text was updated successfully, but these errors were encountered: