Skip to content

Commit fca0fcb

Browse files
khalidabuhakmehmaartenba
authored andcommitted
It should be OAuth 2.0 not OAuth2
1 parent c4947dc commit fca0fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/identityserver/samples

src/content/docs/identityserver/samples/aspid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The first step in creating the sample was to create a new project that used the
1919
Studio ("Individual Accounts" for the authentication type). This provides all the "out of the box" features from
2020
ASP.NET Identity for user management with only minor modifications, which are described below.
2121

22-
Then Duende IdentityServer was added to add OIDC/OAuth2 capabilities to the application. Only the minimal configuration
22+
Then Duende IdentityServer was added to add OIDC/OAuth 2.0 capabilities to the application. Only the minimal configuration
2323
was done to get Duende IdentityServer functional for this sample.
2424

2525
Finally, another project was added which acts as a OIDC client application to exercise the OIDC login (and logout)

0 commit comments

Comments
 (0)