Skip to content

Commit 4d89907

Browse files
EliasMaschelinkdotnet
authored andcommitted
Update Readme.md
Renamed old AzureAD to Microsoft Entra ID
1 parent c94e2e7 commit 4d89907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Authorization/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Authentication and Authorization
22

3-
When it comes to authentication and authorization, we employ [OpenID Connect](https://openid.net/developers/how-connect-works/) as our preferred method. The primary benefit of utilizing an OpenID Connect-based provider is the conveniently customizable dashboard accessible through their website. For the sake of testing, you have the option to employ the UseDummyAuthentication(); service. This grants every user who clicks "Login" immediate access, effectively logging them in. Here are the platforms we support:
3+
When it comes to authentication and authorization, we employ [OpenID Connect](https://openid.net/developers/how-connect-works/) as our preferred method. The primary benefit of an OpenID Connect-based provider is the conveniently customizable dashboard accessible through their website. For the sake of testing, you have the option to employ the `UseDummyAuthentication();` service. This grants every user who clicks "Login" immediate access, effectively logging them in. Here are the platforms we support:
44

55
- [Auth0](Auth0.md)
6-
- [Azure Active Directory](AzureAD.md)
6+
- [Microsoft Entra ID(old Azure AD](AzureAD.md)
77
- And more...

0 commit comments

Comments
 (0)