Skip to content

Commit

Permalink
Remove ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
pri-kise committed Mar 19, 2024
1 parent bdaf8eb commit a22be22
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ codeunit 9145 "SharePoint Client Credentials" implements "SharePoint Authorizati
var
OAuth2: Codeunit System.Security.Authentication.OAuth2;
FailedErr: Label 'Failed to retrieve an access token.';
//TODO: Check Authority Url
ClientCredentialsTokenAuthorityUrlTxt: Label 'https://login.microsoftonline.com/%1/oauth2/v2.0/token', Comment = '%1 = AAD tenant ID', Locked = true;
// AuthorityTxt: Label 'https://login.microsoftonline.com/%1/oauth2/v2.0/authorize', Comment = '%1 = AAD tenant ID', Locked = true;
IsSuccess: Boolean;
AuthorityUrl: Text;
IdToken: Text;
Expand Down

0 comments on commit a22be22

Please sign in to comment.