Make sure runner-admin has both auth_url and auth_url_v2. (#4066)

This commit is contained in:
Tingluo Huang
2025-10-13 12:22:10 -04:00
committed by GitHub
parent a12731d34d
commit afe4fc8446
2 changed files with 25 additions and 0 deletions

View File

@@ -18,6 +18,16 @@ namespace GitHub.DistributedTask.WebApi
internal set;
}
/// <summary>
/// The url to refresh tokens with legacy service
/// </summary>
[JsonProperty("legacy_authorization_url")]
public Uri LegacyAuthorizationUrl
{
get;
internal set;
}
/// <summary>
/// The url to connect to poll for messages
/// </summary>