This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright (c) Duende Software. All rights reserved.
2
2
// See LICENSE in the project root for license information.
3
3
4
+ using Duende . IdentityModel ;
4
5
using Duende . IdentityServer . Events ;
5
6
using Duende . IdentityServer . Extensions ;
6
7
using Duende . IdentityServer . Services ;
7
- using IdentityModel ;
8
8
using Microsoft . AspNetCore . Authentication ;
9
9
using Microsoft . AspNetCore . Authorization ;
10
10
using Microsoft . AspNetCore . Mvc ;
@@ -97,4 +97,4 @@ public async Task<IActionResult> OnPost()
97
97
98
98
return RedirectToPage ( "/Account/Logout/LoggedOut" , new { logoutId = LogoutId } ) ;
99
99
}
100
- }
100
+ }
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Duende Software. All rights reserved.
2
2
// See LICENSE in the project root for license information.
3
3
4
+ using Duende . IdentityModel ;
4
5
using Duende . IdentityServer . Events ;
5
6
using Duende . IdentityServer . Extensions ;
6
7
using Duende . IdentityServer . Models ;
7
8
using Duende . IdentityServer . Services ;
8
9
using Duende . IdentityServer . Validation ;
9
- using IdentityModel ;
10
10
using Microsoft . AspNetCore . Authorization ;
11
11
using Microsoft . AspNetCore . Mvc ;
12
12
using Microsoft . AspNetCore . Mvc . RazorPages ;
@@ -233,4 +233,4 @@ private static ScopeViewModel CreateOfflineAccessScope(bool check)
233
233
Checked = check
234
234
} ;
235
235
}
236
- }
236
+ }
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Duende Software. All rights reserved.
2
2
// See LICENSE in the project root for license information.
3
3
4
- using IdentityModel ;
4
+ using Duende . IdentityModel ;
5
5
using Microsoft . AspNetCore . Authentication ;
6
6
using System . Text ;
7
7
using System . Text . Json ;
Original file line number Diff line number Diff line change 2
2
// See LICENSE in the project root for license information.
3
3
4
4
using System . Security . Claims ;
5
+ using Duende . IdentityModel ;
5
6
using Duende . IdentityServer ;
6
7
using Duende . IdentityServer . Events ;
7
8
using Duende . IdentityServer . Services ;
8
9
using Duende . IdentityServer . Test ;
9
- using IdentityModel ;
10
10
using Microsoft . AspNetCore . Authentication ;
11
11
using Microsoft . AspNetCore . Authorization ;
12
12
using Microsoft . AspNetCore . Mvc ;
@@ -145,4 +145,4 @@ private static void CaptureExternalLoginContext(AuthenticateResult externalResul
145
145
localSignInProps . StoreTokens ( new [ ] { new AuthenticationToken { Name = "id_token" , Value = idToken } } ) ;
146
146
}
147
147
}
148
- }
148
+ }
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Duende Software. All rights reserved.
2
2
// See LICENSE in the project root for license information.
3
3
4
- using IdentityModel ;
5
4
using System . Security . Claims ;
6
5
using System . Text . Json ;
6
+ using Duende . IdentityModel ;
7
7
using Duende . IdentityServer ;
8
8
using Duende . IdentityServer . Test ;
9
9
You can’t perform that action at this time.
0 commit comments