Skip to content

Add MSAL#3

Merged
plohm12 merged 3 commits into
mainfrom
dev/integrated-auth
Mar 9, 2023
Merged

Add MSAL#3
plohm12 merged 3 commits into
mainfrom
dev/integrated-auth

Conversation

@plohm12
Copy link
Copy Markdown
Collaborator

@plohm12 plohm12 commented Mar 9, 2023

No description provided.

Comment thread Calendula/AuthService.cs Outdated
private readonly string ClientId = "";
private HttpClient Client { get; set; } = new HttpClient();
public AuthService(string clientId)
private const string TokenCacheFileName = "CalendulaTokenCache";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@plohm12 - the formatting looks a bit off on my screen for this file - can you confirm the formatting looks ok on VS ? Or maybe run it through the formatter? Other than that looks sick

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea i see what you mean... i tested the MSAL code in linqpad and copied it into this class file, so i'll have to format it.

@johnyenter-briars johnyenter-briars self-requested a review March 9, 2023 22:10
Copy link
Copy Markdown
Collaborator

@johnyenter-briars johnyenter-briars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@plohm12 looks good to me!

@plohm12 plohm12 merged commit 23389b2 into main Mar 9, 2023
@plohm12 plohm12 deleted the dev/integrated-auth branch March 9, 2023 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants