Skip to content

Commit

Permalink
Updated options to include client secret.
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperOfficeDevNet authored Mar 10, 2022
1 parent 44376bb commit 42eae7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SuperOffice.DevNet.WebApiClient.Oidc/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private static async Task Login()
{
Authority = _authority,
ClientId = _clientId,
ClientSecret = _clientSecret,
RedirectUri = redirectUri,
Scope = "openid",
FilterClaims = false,
Expand Down

0 comments on commit 42eae7e

Please sign in to comment.