We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e98b8 commit 90a0b56Copy full SHA for 90a0b56
1 file changed
VirtualFinland.UserAPI/src/VirtualFinland.UsersAPI/Security/Features/SecurityFeature.cs
@@ -131,6 +131,7 @@ public virtual Task ValidateSecurityTokenAudienceByStaticConfiguration(string au
131
132
/// <summary>
133
/// Validates the token audience by external service
134
+ /// Implement this in the derived class if using the audience guard service feature
135
/// </summary>
136
/// <param name="audience"></param>
137
/// <exception cref="NotAuthorizedException"></exception>
0 commit comments