-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand Azure AD auth integrations, cleanup
Added JWT Bearer authentication to the AzureAdHostApplicationBuilderIdentityExtensions, allowing more flexible authentication setups. Reformatted several class members for clarity and readability. Updated AzureAdConstants with new constants for easier identification and use of JWT Bearer schemes. Extensions for MicrosoftIdentityOptions now include methods to check for client secrets and certificates, improving configuration validation. Removed outdated README.md that may have contained stale information and potentially caused confusion. Adjusted file permissions on LICENSE.md to be consistent with typical source code files. Introduced a new props file for logging extensions, laying the groundwork for a more robust logging configuration. Refactored instances of the 'string.IsNullOrWhiteSpace' method to custom 'IsNullOrWhiteSpace' methods to foster consistency across utility extensions, ensuring better maintainability.
- Loading branch information
Showing
9 changed files
with
77 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- | ||
* Dgmjr.Extensions.Logging.props | ||
* | ||
* Created: 2024-45-16T05:45:10-05:00 | ||
* Modified: 2024-45-16T05:45:10-05:00 | ||
* | ||
* Author: David G. Moore, Jr. <[email protected]> | ||
* | ||
* Copyright © 2024 David G. Moore, Jr., All Rights Reserved | ||
* License: MIT (https://opensource.org/licenses/MIT) | ||
--> | ||
|
||
<Project> | ||
<ItemGroup> | ||
<Using Include="Microsoft.Extensions.Logging" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters