Skip to content

Commit

Permalink
init (#236)
Browse files Browse the repository at this point in the history
* init

* base address
  • Loading branch information
simen-rekkedal authored Apr 24, 2024
1 parent 1eada96 commit e6588d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public UserProfileClient(
IAccessTokenProvider accessTokenProvider)
{
_logger = logger;
httpClient.BaseAddress = new Uri(_platformSettings!.ApiProfileEndpoint!);
_httpClient = httpClient;
_httpClient = httpClient;
_httpContextAccessor = httpContextAccessor;
_platformSettings = platformSettings.Value;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"SecretUri": ""
},
"ClientSettings": {
"Issuer": "amui",
"App": "access-management-ui",
"Issuer": "authn",
"App": "authentication-ui",
"CertificateName": "JWTCertificate"
}
}

0 comments on commit e6588d6

Please sign in to comment.