Skip to content

Commit

Permalink
Merge pull request #13870 from abpframework/cli-openiddict
Browse files Browse the repository at this point in the history
Update abp cli client configuration.
  • Loading branch information
EngincanV authored Aug 30, 2022
2 parents 7663ff8 + d496bde commit dfa1dda
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ public async Task LoginAsync(string userName, string password, string organizati
{
var configuration = new IdentityClientConfiguration(
CliUrls.AccountAbpIo,
"role email abpio abpio_www abpio_commercial offline_access",
"abpio offline_access",
"abp-cli",
"1q2w3e*",
null,
OidcConstants.GrantTypes.Password,
userName,
password
Expand All @@ -96,9 +96,9 @@ public async Task DeviceLoginAsync()
{
var configuration = new IdentityClientConfiguration(
CliUrls.AccountAbpIo,
"role email abpio abpio_www abpio_commercial openid offline_access",
"abpio offline_access",
"abp-cli",
"1q2w3e*",
null,
OidcConstants.GrantTypes.DeviceCode
);

Expand Down

0 comments on commit dfa1dda

Please sign in to comment.