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
Which Version of Microsoft Identity Web are you using ?
Note that to get help, you need to run the latest version.
Where is the issue?
RegisterValidAudience.ValidateAudience
It would be consistent with other call graphs if SecurityTokenInvalidAudienceException was thrown.
InvalidAudience can also be set which can be added to logs for additional diagnostic support.
Web App
Sign-in users
Sign-in users and call web APIs
Web API
Protected web APIs (Validating tokens)
Protected web APIs (Validating scopes)
Protected web APIs call downstream web APIs
Token cache serialization
In Memory caches
Session caches
Distributed caches
Other? - please describe;
Is this a new or existing app?
Repro
varyour=(code)=> here;
Expected behavior
A clear and concise description of what you expected to happen (or code).
Actual behavior
A clear and concise description of what happens, e.g. exception is thrown, UI freezes
Possible Solution
Additional context/ Logs / Screenshots
Add any other context about the problem here, such as logs and screenshots.
The text was updated successfully, but these errors were encountered:
Which Version of Microsoft Identity Web are you using ?
Note that to get help, you need to run the latest version.
Where is the issue?
RegisterValidAudience.ValidateAudience
It would be consistent with other call graphs if SecurityTokenInvalidAudienceException was thrown.
InvalidAudience can also be set which can be added to logs for additional diagnostic support.
Other? - please describe;
Is this a new or existing app?
Repro
Expected behavior
A clear and concise description of what you expected to happen (or code).
Actual behavior
A clear and concise description of what happens, e.g. exception is thrown, UI freezes
Possible Solution
Additional context/ Logs / Screenshots
Add any other context about the problem here, such as logs and screenshots.
The text was updated successfully, but these errors were encountered: