Skip to content

Commit a301f0b

Browse files
committed
Show token exchange URLs
1 parent 72fdf23 commit a301f0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AasSecurity/SecurityService.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ private string HandleBearerToken(string? bearerToken, ref string user, ref bool
480480
if (!string.IsNullOrEmpty(tokenExchange1) && !string.IsNullOrEmpty(tokenExchange2)
481481
&& iss == tokenExchange1)
482482
{
483+
Console.WriteLine($"TOKENEXCHANGE1 = {tokenExchange1}");
484+
Console.WriteLine($"TOKENEXCHANGE2 = {tokenExchange2}");
483485
var handlerExchange = new HttpClientHandler { DefaultProxyCredentials = CredentialCache.DefaultCredentials };
484486
var client = new HttpClient(handlerExchange);
485487

0 commit comments

Comments
 (0)