Replies: 1 comment
-
BTW, I do know this is a possible workaround to set the proxy for the entire app. But I am looking for guidance on setting it just on the identity.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The simplest way of setting up identity for a web API that needs to set the audience is this:
But when you need to set a proxy there appears to be no constructor that simply takes the configuration section. So, all values need to be setup manually. Something like this:
But the Audience value is not available under options.
How can you set both the proxy and audience?
Beta Was this translation helpful? Give feedback.
All reactions