This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Copyright (c) Duende Software. All rights reserved.
22// See LICENSE in the project root for license information.
33
4+ using Duende . IdentityModel ;
45using Duende . IdentityServer . Events ;
56using Duende . IdentityServer . Extensions ;
67using Duende . IdentityServer . Services ;
7- using IdentityModel ;
88using Microsoft . AspNetCore . Authentication ;
99using Microsoft . AspNetCore . Authorization ;
1010using Microsoft . AspNetCore . Mvc ;
@@ -97,4 +97,4 @@ public async Task<IActionResult> OnPost()
9797
9898 return RedirectToPage ( "/Account/Logout/LoggedOut" , new { logoutId = LogoutId } ) ;
9999 }
100- }
100+ }
Original file line number Diff line number Diff line change 11// Copyright (c) Duende Software. All rights reserved.
22// See LICENSE in the project root for license information.
33
4+ using Duende . IdentityModel ;
45using Duende . IdentityServer . Events ;
56using Duende . IdentityServer . Extensions ;
67using Duende . IdentityServer . Models ;
78using Duende . IdentityServer . Services ;
89using Duende . IdentityServer . Validation ;
9- using IdentityModel ;
1010using Microsoft . AspNetCore . Authorization ;
1111using Microsoft . AspNetCore . Mvc ;
1212using Microsoft . AspNetCore . Mvc . RazorPages ;
@@ -233,4 +233,4 @@ private static ScopeViewModel CreateOfflineAccessScope(bool check)
233233 Checked = check
234234 } ;
235235 }
236- }
236+ }
Original file line number Diff line number Diff line change 11// Copyright (c) Duende Software. All rights reserved.
22// See LICENSE in the project root for license information.
33
4- using IdentityModel ;
4+ using Duende . IdentityModel ;
55using Microsoft . AspNetCore . Authentication ;
66using System . Text ;
77using System . Text . Json ;
Original file line number Diff line number Diff line change 22// See LICENSE in the project root for license information.
33
44using System . Security . Claims ;
5+ using Duende . IdentityModel ;
56using Duende . IdentityServer ;
67using Duende . IdentityServer . Events ;
78using Duende . IdentityServer . Services ;
89using Duende . IdentityServer . Test ;
9- using IdentityModel ;
1010using Microsoft . AspNetCore . Authentication ;
1111using Microsoft . AspNetCore . Authorization ;
1212using Microsoft . AspNetCore . Mvc ;
@@ -145,4 +145,4 @@ private static void CaptureExternalLoginContext(AuthenticateResult externalResul
145145 localSignInProps . StoreTokens ( new [ ] { new AuthenticationToken { Name = "id_token" , Value = idToken } } ) ;
146146 }
147147 }
148- }
148+ }
Original file line number Diff line number Diff line change 11// Copyright (c) Duende Software. All rights reserved.
22// See LICENSE in the project root for license information.
33
4- using IdentityModel ;
54using System . Security . Claims ;
65using System . Text . Json ;
6+ using Duende . IdentityModel ;
77using Duende . IdentityServer ;
88using Duende . IdentityServer . Test ;
99
You can’t perform that action at this time.
0 commit comments