PDA

View Full Version : Pluralsight - Securing ASP NET Core 6 with OAuth2 and OpenID Connect



ad-team
08-30-2023, 09:12 PM
https://img87.pixhost.to/images/599/359020115_tuto.jpg

Pluralsight - Securing ASP NET Core 6 with OAuth2 and OpenID Connect
Language: English | Size:1.7 GB
Genre:eLearning

Files Included :

01 Coming Up.mp4 (5.43 MB)
MP4
02 Positioning This Course.mp4 (2.77 MB)
MP4
03 Course Prerequisites.mp4 (1.08 MB)
MP4
04 Frameworks and Tooling.mp4 (4.76 MB)
MP4
05 Application Architectures and Security.mp4 (12.92 MB)
MP4
06 Working Towards a Central Identity Provider.mp4 (8.92 MB)
MP4
07 Introducing OAuth2.mp4 (4.12 MB)
MP4
08 Introducing OpenID Connect.mp4 (2.85 MB)
MP4
09 Demo - Introducing the Demo Application.mp4 (18.94 MB)
MP4
10 Summary.mp4 (1.17 MB)
MP4
01 Coming Up.mp4 (1.06 MB)
MP4
02 The Authorization Code Flow.mp4 (16.87 MB)
MP4
03 Demo - Configuring IdentityServer to Log in with The Authorization Code Flow.mp4 (8.54 MB)
MP4
04 Demo - Logging in with the Authorization Code Flow.mp4 (76.33 MB)
MP4
05 Authorization Code Injection Attack.mp4 (2.84 MB)
MP4
06 The Authorization Code Flow with PKCE Protection.mp4 (2.91 MB)
MP4
07 Demo - Logging out of Our Web Application.mp4 (16.23 MB)
MP4
08 Logging out of the Identity Provider.mp4 (9.75 MB)
MP4
09 Demo - Redirecting After Logging out.mp4 (16.89 MB)
MP4
10 The UserInfo Endpoint.mp4 (6.05 MB)
MP4
11 Demo - Returning Additional Claims From the UserInfo Endpoint.mp4 (9.17 MB)
MP4
12 Inspecting an Identity Token.mp4 (5.93 MB)
MP4
13 Summary.mp4 (2.41 MB)
MP4
01 Coming Up.mp4 (1.77 MB)
MP4
02 The Authorization Code Flow with PKCE Protection.mp4 (4.55 MB)
MP4
03 Demo - Securing Access to Your API (Part 1).mp4 (7.45 MB)
MP4
04 API Scopes vs API Resources.mp4 (4.87 MB)
MP4
05 Demo - Securing Access to Your API (Part 2).mp4 (29.18 MB)
MP4
06 Demo - Passing an Access Token to Your API.mp4 (26.97 MB)
MP4
07 Demo - Using Access Token Claims When Getting Resources.mp4 (19.63 MB)
MP4
08 Including Identity Claims in an Access Token.mp4 (1.78 MB)
MP4
09 Demo - Including Identity Claims in an Access Token.mp4 (5.27 MB)
MP4
10 Demo - Protecting the API When Creating a Resource (with Roles).mp4 (19.27 MB)
MP4
11 Summary.mp4 (2.05 MB)
MP4
01 Coming Up.mp4 (1.46 MB)
MP4
02 Role-based Access Control vs Attribute-based Access Control.mp4 (4.94 MB)
MP4
03 Demo - Creating an Authorization Policy.mp4 (30.67 MB)
MP4
04 Demo - Using an Authorization Policy (Web Client).mp4 (13.16 MB)
MP4
05 Demo - Using an Authorization Policy (API).mp4 (17.99 MB)
MP4
06 Fine-grained Policies with Scopes.mp4 (1.73 MB)
MP4
07 Demo - Fine-grained Policies with Scopes.mp4 (24.39 MB)
MP4
08 Extending Authorization Policies with Requirements and Handlers.mp4 (4.54 MB)
MP4
09 Demo - Creating Custom Requirements and Handlers.mp4 (32.05 MB)
MP4
10 Summary.mp4 (1.58 MB)
MP4
01 Coming Up.mp4 (1.33 MB)
MP4
02 Token Lifetimes and Expiration.mp4 (5.9 MB)
MP4
03 Demo - Token Lifetimes and Expiration.mp4 (11.25 MB)
MP4
04 Gaining Long-Lived Access with Refresh Tokens.mp4 (3.89 MB)
MP4
05 Demo - Gaining Long-lived Access.mp4 (23.95 MB)
MP4
06 Working with Reference Tokens.mp4 (2.93 MB)
MP4
07 Demo - Working with Reference Tokens.mp4 (21.52 MB)
MP4
08 Token Revocation.mp4 (1.54 MB)
MP4
09 Demo - Revoking Tokens.mp4 (21.64 MB)
MP4
10 Token Validation.mp4 (7.54 MB)
MP4
11 Summary.mp4 (2.85 MB)
MP4
1 Course Overview.mp4 (2.86 MB)
MP4
01 Coming Up.mp4 (1.19 MB)
MP4
02 How Credentials Fit in OpenID Connect.mp4 (4.1 MB)
MP4
03 Means of Authentication and Approaches.mp4 (6.48 MB)
MP4
04 Implementation Approaches - Custom, ASP NET Core Identity and the Micro.mp4 (12.01 MB)
MP4
05 Inspecting the User Database Schema.mp4 (3.32 MB)
MP4
06 Demo - Creating a User Database.mp4 (24.4 MB)
MP4
07 Interacting with IdentityServer.mp4 (1.83 MB)
MP4
08 Demo - Inspecting UI Interaction with IdentityServer.mp4 (27.79 MB)
MP4
09 Demo - Inspecting the User Service.mp4 (5.76 MB)
MP4
10 Demo - Integrating IdentityServer with a Custom User Database.mp4 (17.4 MB)
MP4
11 Building Your Identity with a Profile Service.mp4 (2.79 MB)
MP4
12 Demo - Building Your Identity with a Profile Service.mp4 (15.38 MB)
MP4
13 Summary.mp4 (2.95 MB)
MP4
01 Coming Up.mp4 (1.21 MB)
MP4
02 Where Should User Management Screens Live.mp4 (4.08 MB)
MP4
03 Demo - Implementing a User Registration Screen.mp4 (50.33 MB)
MP4
04 Safely Storing Passwords.mp4 (12.23 MB)
MP4
05 Demo - Safely Storing Passwords.mp4 (19.92 MB)
MP4
06 Activating an Account.mp4 (2.75 MB)
MP4
07 Demo - Activating an Account.mp4 (41.9 MB)
MP4
08 Additional User Management Related Best Practices.mp4 (6.03 MB)
MP4
09 Password Policy Best Practices.mp4 (3.04 MB)
MP4
10 Summary.mp4 (1.89 MB)
MP4
01 Coming Up.mp4 (1.54 MB)
MP4
02 Handling Integration with Third-party Provid.mp4 (6.2 MB)
MP4
03 Use Cases for Windows Authentication.mp4 (1.92 MB)
MP4
04 Windows Authentication Beneath the Covers.mp4 (4.66 MB)
MP4
05 Demo - Enabling Windows Authentication on II.mp4 (15.54 MB)
MP4
06 Demo - Integrating Windows Authentication wi.mp4 (38.4 MB)
MP4
07 Federation with Third-party Identity Provide.mp4 (5.95 MB)
MP4
08 Demo - Inspecting Support for Federating wit.mp4 (23.96 MB)
MP4
09 Integrating with Azure AD.mp4 (5.74 MB)
MP4
10 Demo - Registering an Application on Azure A.mp4 (18 MB)
MP4
11 Demo - Integrating with Azure AD.mp4 (26.2 MB)
MP4
12 Demo - Registering an Application on Faceboo.mp4 (10.16 MB)
MP4
13 Demo - Integrating with Facebook.mp4 (18.63 MB)
MP4
14 Challenges When Integrating with Third-party.mp4 (4.99 MB)
MP4
15 Integrating with Other Third-party Identity.mp4 (4.8 MB)
MP4
16 Summary.mp4 (3.56 MB)
MP4
01 Coming Up.mp4 (1.17 MB)
MP4
02 Integrating Local Users with External Users.mp4 (2.38 MB)
MP4
03 Federated Authentication and Federated Identity.mp4 (5.53 MB)
MP4
04 Demo - Enhancing the Database Schema for Federated Identity.mp4 (8.76 MB)
MP4
05 Demo - Provisioning a New User with a Federated Identity (Part 1).mp4 (29.56 MB)
MP4
06 Transforming Claims.mp4 (1.58 MB)
MP4
07 Demo - Provisioning a New User with a Federated Identity (Part 2).mp4 (15.83 MB)
MP4
08 Provisioning a New User with a Federated Identity - Flow Variations.mp4 (3.1 MB)
MP4
09 Demo - Linking a Provider to an Existing User.mp4 (31.9 MB)
MP4
10 Additional Federated Identity Use Cases.mp4 (2.41 MB)
MP4
11 Summary.mp4 (2.33 MB)
MP4
1 Coming Up.mp4 (868.21 KB)
MP4
2 Introducing Multi-factor Authentication.mp4 (3.73 MB)
MP4
3 Supporting MFA with a One-Time Password Through Email.mp4 (3.27 MB)
MP4
4 Supporting MFA with an Authenticator Application.mp4 (8.12 MB)
MP4
5 Demo - Supporting MFA with an Authenticator Application (Enhancing the Database Sch.mp4 (5.94 MB)
MP4
6 Supporting MFA with an Authenticator Application (Registration).mp4 (48.51 MB)
MP4
7 Supporting MFA with an Authenticator Application - Authentication.mp4 (3.94 MB)
MP4
8 Demo - Supporting MFA with an Authenticator Application (Authentication).mp4 (18.73 MB)
MP4
9 Summary.mp4 (1.91 MB)
MP4
1 Coming Up.mp4 (386.32 KB)
MP4
2 Integrating with ASP NET Core Identity.mp4 (2.4 MB)
MP4
3 Demo - Adding ASP NET Core Identity.mp4 (66.25 MB)
MP4
4 Summary.mp4 (625.58 KB)
MP4
01 Coming Up.mp4 (1.22 MB)
MP4
02 Deploying IdentityServer to Azure.mp4 (10.68 MB)
MP4
03 Demo - Persisting Configuration Data.mp4 (38.31 MB)
MP4
04 Demo - Persisting Operational Data.mp4 (10.42 MB)
MP4
05 Demo - Moving From SQLite to SQL Azure.mp4 (22.64 MB)
MP4
06 Demo - Configuring Data Protection.mp4 (37.29 MB)
MP4
07 Demo - Storing Key Material in Azure KeyVault.mp4 (33.77 MB)
MP4
08 Demo - Configuring and Using the Forwarded Headers Midd.mp4 (9.98 MB)
MP4
09 Demo - Applying a License.mp4 (5.63 MB)
MP4
10 Demo - The Final Deployment.mp4 (23.42 MB)
MP4
11 Summary.mp4 (3.8 MB)
MP4
1 Coming Up.mp4 (974.61 KB)
MP4
2 Learning How OpenID Connect Works.mp4 (4.18 MB)
MP4
3 Confidential and Public Clients.mp4 (4.61 MB)
MP4
4 OpenID Connect Flows and Endpoints.mp4 (20.84 MB)
MP4
5 Introducing Duende IdentityServer.mp4 (14.78 MB)
MP4
6 Demo - Setting Up IdentityServer.mp4 (36.46 MB)
MP4
7 Demo - Adding a User Interface.mp4 (11.89 MB)
MP4
8 Demo - Adding Users to Test With.mp4 (14.66 MB)
MP4
9 Summary.mp4 (3.67 MB)
MP4
1 Coming Up.mp4 (1.05 MB)
MP4
2 Demo - Claims Transformation - Keeping the Original Claim Types.mp4 (10.01 MB)
MP4
3 Demo - Claims Transformation - Manipulating the Claims Collection.mp4 (17.42 MB)
MP4
4 Role-based Access Control.mp4 (1.88 MB)
MP4
5 Demo - Role-based Authorization - Ensuring the Role Is Included.mp4 (23.39 MB)
MP4
6 Demo - Role-based Authorization - Using the Role in Your Views.mp4 (10.76 MB)
MP4
7 Demo - Role-based Authorization - Using the Role in Your Controllers.mp4 (7.65 MB)
MP4
8 Demo - Creating an Access Denied Page.mp4 (11.37 MB)
MP4
9 Summary.mp4 (1.05 MB)
MP4
1 Coming Up.mp4 (805.92 KB)
MP4
2 Learning How OAuth2 Works.mp4 (3.33 MB)
MP4
3 Using OpenID Connect for Authentication and Authorization.mp4 (3.64 MB)
MP4
4 OAuth2 and OpenID Connect Flows.mp4 (4.53 MB)
MP4
5 Inspecting an Access Token.mp4 (4.06 MB)
MP4
6 Summary.mp4 (1.37 MB)
MP4

https://thumbs2.imgbox.com/37/19/LMErAJbR_t.jpg (https://images2.imgbox.com/37/19/LMErAJbR_o.jpg)

https://img88.pixhost.to/images/1104/374886620_1dl.png
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z01

https://1dl.net/bsglbf0nji75/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z01
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z02

https://1dl.net/7shbhbe161o4/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z02
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z03

https://1dl.net/44iogj5fpowo/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z03
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.zip

https://1dl.net/pw4a1gx3sx4y/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.zip
https://img87.pixhost.to/images/1010/363506399_rg.png
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z01

https://rapidgator.net/file/0a6023587405bd5d2c95f15cbbbd9852/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z01
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z02

https://rapidgator.net/file/5ec539ceef90bcbb3e9887e8ef667b88/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z02
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z03

https://rapidgator.net/file/5d6041fcb0ff17817a8983ef89c943b0/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z03
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.zip

https://rapidgator.net/file/c718e2d74a62fe8f0e433941070c4680/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.zip
https://img87.pixhost.to/images/1103/364146951_nitroflare.jpg
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z01

https://nitroflare.com/view/EBD0E2E22D5019A/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z01
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z02

https://nitroflare.com/view/5A8EC5377018D9C/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z02
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.z03

https://nitroflare.com/view/1BC6027CC80C458/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.z03
Pluralsight - Securing ASP.NET Core 6 with OAuth2 and OpenID Connect.zip

https://nitroflare.com/view/A8F44E6F8201BE9/Pluralsight_-_Securing_ASP.NET_Core_6_with_OAuth2_and_OpenID_Co nnect.zip