Skip to content

Commit 90a0b56

Browse files
committed
docs: add comment about implementation
1 parent d3e98b8 commit 90a0b56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

VirtualFinland.UserAPI/src/VirtualFinland.UsersAPI/Security/Features/SecurityFeature.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public virtual Task ValidateSecurityTokenAudienceByStaticConfiguration(string au
131131

132132
/// <summary>
133133
/// Validates the token audience by external service
134+
/// Implement this in the derived class if using the audience guard service feature
134135
/// </summary>
135136
/// <param name="audience"></param>
136137
/// <exception cref="NotAuthorizedException"></exception>

0 commit comments

Comments
 (0)