Skip to content

Commit fc0fdb2

Browse files
committed
Add JobRoleDescription to auth flow
1 parent 996345d commit fc0fdb2

File tree

6 files changed

+5254
-1
lines changed

6 files changed

+5254
-1
lines changed

Valghalla.Application/Configuration/InternalAuthConfiguration.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public class InternalAuthConfiguration : IConfiguration
77
public string Authority { get; init; } = null!;
88
public string Issuer { get; init; } = null!;
99
public string SigningCertificatePassword { get; init; } = null!;
10+
public string JobRoleDescription { get; init; } = null!;
1011
}
1112
}

0 commit comments

Comments
 (0)