|
|
|
@ -75,6 +75,7 @@ public class OpenIddictClientService |
|
|
|
var context = new PrepareConfigurationRequestContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request |
|
|
|
}; |
|
|
|
@ -96,6 +97,7 @@ public class OpenIddictClientService |
|
|
|
var context = new ApplyConfigurationRequestContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request |
|
|
|
}; |
|
|
|
@ -117,6 +119,7 @@ public class OpenIddictClientService |
|
|
|
var context = new ExtractConfigurationResponseContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request |
|
|
|
}; |
|
|
|
@ -140,6 +143,7 @@ public class OpenIddictClientService |
|
|
|
var context = new HandleConfigurationResponseContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request, |
|
|
|
Response = response |
|
|
|
@ -226,6 +230,7 @@ public class OpenIddictClientService |
|
|
|
var context = new PrepareCryptographyRequestContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request |
|
|
|
}; |
|
|
|
@ -247,6 +252,7 @@ public class OpenIddictClientService |
|
|
|
var context = new ApplyCryptographyRequestContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request |
|
|
|
}; |
|
|
|
@ -268,6 +274,7 @@ public class OpenIddictClientService |
|
|
|
var context = new ExtractCryptographyResponseContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request |
|
|
|
}; |
|
|
|
@ -291,6 +298,7 @@ public class OpenIddictClientService |
|
|
|
var context = new HandleCryptographyResponseContext(transaction) |
|
|
|
{ |
|
|
|
Address = address, |
|
|
|
Issuer = registration.Issuer, |
|
|
|
Registration = registration, |
|
|
|
Request = request, |
|
|
|
Response = response |
|
|
|
|