FileMood

Download [ CourseBoat.com ] Udemy - Practical OAuth, OpenID and JWT in C# .NET Core

CourseBoat com Udemy Practical OAuth OpenID and JWT in NET Core

Name

[ CourseBoat.com ] Udemy - Practical OAuth, OpenID and JWT in C# .NET Core

 DOWNLOAD Copy Link

Total Size

2.6 GB

Total Files

307

Last Seen

2024-07-22 00:03

Hash

B2FE389DF5EE941C5FE54EF79CA90A9F9B6EABAF

/

Get Bonus Downloads Here.url

0.2 KB

/1. The Foundation/

1. Course Overview.mp4

69.6 MB

1. Course Overview.srt

5.6 KB

1.1 Course Overview.pdf

185.3 KB

10. Let's talk PKCE for a minute.mp4

68.9 MB

10. Let's talk PKCE for a minute.srt

17.3 KB

10.1 PKCE.pdf

225.8 KB

11. PKCE Knowledge Check.html

0.2 KB

2. What are OAuth, OpenID and JWT Part 1 OAuth.mp4

159.9 MB

2. What are OAuth, OpenID and JWT Part 1 OAuth.srt

35.8 KB

2.1 What are OAuth-OpenID-JWT.pdf

250.1 KB

3. OAuth Knowledge Check.html

0.2 KB

4. What are OAuth, OpenID and JWT Part 2 OpenID.mp4

71.4 MB

4. What are OAuth, OpenID and JWT Part 2 OpenID.srt

14.3 KB

5. OpenID Knowledge Check.html

0.2 KB

6. What are OAuth, OpenID and JWT Part 3 JSON Web Tokens.mp4

46.0 MB

6. What are OAuth, OpenID and JWT Part 3 JSON Web Tokens.srt

10.9 KB

6.1 An Illustrated Guide to OAuth and OpenID Connect.html

0.1 KB

6.2 JSON Web Tokens.html

0.1 KB

7. JWT Knowledge Check.html

0.2 KB

8. Implementing Microsoft Identity for a Web App.mp4

281.4 MB

8. Implementing Microsoft Identity for a Web App.srt

40.5 KB

9. Implementing Microsoft Identity for a SPA.mp4

486.1 MB

9. Implementing Microsoft Identity for a SPA.srt

69.0 KB

/.../ms-identity-javascript-react-spa-main/AppCreationScripts/

AppCreationScripts.md

3.4 KB

Cleanup.ps1

1.7 KB

Configure.ps1

4.6 KB

apps.json

1.3 KB

sample.json

1.6 KB

/.../ms-identity-javascript-react-spa-main/

CHANGELOG.md

0.2 KB

CONTRIBUTING.md

3.9 KB

LICENSE.md

1.1 KB

README.md

4.9 KB

gitignore

1.6 KB

package-lock.json

691.6 KB

package.json

0.8 KB

/.../ms-identity-javascript-react-spa-main/github/

CODE_OF_CONDUCT.md

0.4 KB

ISSUE_TEMPLATE.md

0.9 KB

PULL_REQUEST_TEMPLATE.md

0.9 KB

/.../ms-identity-javascript-react-spa-main/public/

favicon.ico

3.2 KB

index.html

1.7 KB

logo192.png

5.3 KB

logo512.png

9.7 KB

manifest.json

0.5 KB

robots.txt

0.1 KB

/.../ms-identity-javascript-react-spa-main/src/

App.jsx

3.5 KB

index.js

1.3 KB

/.../ms-identity-javascript-react-spa-main/src/components/

PageLayout.jsx

1.0 KB

SignInButton.jsx

1.1 KB

SignOutButton.jsx

1.1 KB

/.../ms-identity-javascript-react-spa-main/src/styles/

App.css

0.6 KB

index.css

0.4 KB

/.../ms-identity-privateclient/Controllers/

WeatherForecastController.cs

1.5 KB

/.../ms-identity-privateclient/

Program.cs

0.7 KB

Startup.cs

2.2 KB

appsettings.Development.json

0.2 KB

appsettings.json

0.6 KB

virpnet-demo.csproj

0.6 KB

/.../ms-identity-privateclient/Properties/

launchSettings.json

0.9 KB

/.../ms-identity-privateclient/vscode/

launch.json

1.5 KB

tasks.json

1.3 KB

/.../2. Generic OAuth Implementation in .NET Core/

1. Consume AzureAD as a Generic OAuth provider server-side.mp4

207.7 MB

1. Consume AzureAD as a Generic OAuth provider server-side.srt

29.3 KB

1.1 Client Authentication vs. PKCE Do you need both.html

0.1 KB

2. Extend our Generic OAuth provider to capture identity.mp4

95.3 MB

2. Extend our Generic OAuth provider to capture identity.srt

11.7 KB

3. Generic OAuth Implementation Knowledge Check.html

0.2 KB

/.../2. Generic OAuth Implementation in .NET Core/aouthwebappwithid/Controllers/

WeatherForecastController.cs

1.3 KB

/.../2. Generic OAuth Implementation in .NET Core/aouthwebappwithid/

Program.cs

0.7 KB

Startup.cs

4.8 KB

aouthwebappwithid.csproj

0.3 KB

appsettings.Development.json

0.2 KB

appsettings.json

0.8 KB

google.json

0.6 KB

/.../2. Generic OAuth Implementation in .NET Core/aouthwebappwithid/Properties/

launchSettings.json

0.8 KB

/.../3. Generic OpenID Implementation in .NET Core/

1. Consume AzureAD as a Generic OpenID connect provider.mp4

241.7 MB

1. Consume AzureAD as a Generic OpenID connect provider.srt

31.7 KB

2. Generic OpenID connect Knowledge Check.html

0.2 KB

/.../3 - Consuming a Generic OpenIDConnect Provider/openidwebapp/Controllers/

WeatherForecastController.cs

1.3 KB

/.../3 - Consuming a Generic OpenIDConnect Provider/openidwebapp/

Program.cs

0.7 KB

Startup.cs

4.2 KB

appsettings.Development.json

0.2 KB

appsettings.json

0.6 KB

google.json

0.5 KB

openidwebapp.csproj

0.4 KB

/.../3 - Consuming a Generic OpenIDConnect Provider/openidwebapp/Properties/

launchSettings.json

0.8 KB

/.../3 - Consuming a Generic OpenIDConnect Provider/vscode/

launch.json

1.5 KB

tasks.json

1.3 KB

/.../4. Custom Claims Management/

1. Custom Claims Management Approaches.mp4

34.4 MB

1. Custom Claims Management Approaches.srt

15.2 KB

1.1 Custom Claims Management Approaches.pdf

209.4 KB

2. Check your existing identity provider first.mp4

38.2 MB

2. Check your existing identity provider first.srt

5.3 KB

2.1 Azure AD IdP - Adding Optional Claims.html

0.2 KB

2.2 Google IdP - Adding Custom Claims.html

0.1 KB

3. Implementing a Custom Identity provider (Basic concept example only).mp4

273.6 MB

3. Implementing a Custom Identity provider (Basic concept example only).srt

40.9 KB

3.1 IdentityServer4.html

0.1 KB

4. Implementing Custom JSON Web Tokens.mp4

300.7 MB

4. Implementing Custom JSON Web Tokens.srt

39.6 KB

5. Using a 'Front door key' Claims model.mp4

161.4 MB

5. Using a 'Front door key' Claims model.srt

23.1 KB

6. Custom Claims Management Knowledge Check.html

0.2 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/

Config.cs

2.0 KB

MyIdentityServer.csproj

0.3 KB

Program.cs

2.3 KB

Startup.cs

2.0 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Properties/

launchSettings.json

0.3 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Quickstart/Account/

AccountController.cs

15.3 KB

AccountOptions.cs

0.7 KB

ExternalController.cs

8.4 KB

ExternalProvider.cs

0.4 KB

LoggedOutViewModel.cs

0.7 KB

LoginInputModel.cs

0.5 KB

LoginViewModel.cs

1.0 KB

LogoutInputModel.cs

0.3 KB

LogoutViewModel.cs

0.3 KB

RedirectViewModel.cs

0.3 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Quickstart/Consent/

ConsentController.cs

10.0 KB

ConsentInputModel.cs

0.6 KB

ConsentOptions.cs

0.7 KB

ConsentViewModel.cs

0.7 KB

ProcessConsentResult.cs

0.7 KB

ScopeViewModel.cs

0.5 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Quickstart/Device/

DeviceAuthorizationInputModel.cs

0.3 KB

DeviceAuthorizationViewModel.cs

0.4 KB

DeviceController.cs

9.3 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Quickstart/Diagnostics/

DiagnosticsController.cs

1.0 KB

DiagnosticsViewModel.cs

1.0 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Quickstart/

Extensions.cs

1.0 KB

SecurityHeadersAttribute.cs

2.7 KB

TestUsers.cs

2.7 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Quickstart/Grants/

GrantsController.cs

3.3 KB

GrantsViewModel.cs

0.9 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Quickstart/Home/

ErrorViewModel.cs

0.5 KB

HomeController.cs

2.0 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/Account/

AccessDenied.cshtml

0.2 KB

LoggedOut.cshtml

0.8 KB

Login.cshtml

3.6 KB

Logout.cshtml

0.4 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/Consent/

Index.cshtml

4.1 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/Device/

Success.cshtml

0.2 KB

UserCodeCapture.cshtml

0.7 KB

UserCodeConfirmation.cshtml

4.3 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/Diagnostics/

Index.cshtml

2.0 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/Grants/

Index.cshtml

3.3 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/Home/

Index.cshtml

1.1 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/Shared/

Error.cshtml

1.0 KB

Redirect.cshtml

0.4 KB

_Layout.cshtml

0.9 KB

_Nav.cshtml

0.9 KB

_ScopeListItem.cshtml

0.9 KB

_ValidationSummary.cshtml

0.2 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/Views/

_ViewImports.cshtml

0.1 KB

_ViewStart.cshtml

0.0 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/css/

site.css

0.5 KB

site.min.css

0.4 KB

site.scss

0.6 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/

favicon.ico

1.2 KB

icon.jpg

19.5 KB

icon.png

20.8 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/js/

signin-redirect.js

0.1 KB

signout-redirect.js

0.2 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/bootstrap/

LICENSE

1.1 KB

README.md

12.0 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/bootstrap/dist/css/

bootstrap-grid.css

67.9 KB

bootstrap-grid.css.map

158.0 KB

bootstrap-grid.min.css

50.9 KB

bootstrap-grid.min.css.map

115.0 KB

bootstrap-reboot.css

4.8 KB

bootstrap-reboot.css.map

77.3 KB

bootstrap-reboot.min.css

3.9 KB

bootstrap-reboot.min.css.map

32.5 KB

bootstrap.css

197.2 KB

bootstrap.css.map

504.4 KB

bootstrap.min.css

159.5 KB

bootstrap.min.css.map

641.9 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/bootstrap/dist/js/

bootstrap.bundle.js

228.0 KB

bootstrap.bundle.js.map

410.0 KB

bootstrap.bundle.min.js

80.7 KB

bootstrap.bundle.min.js.map

318.0 KB

bootstrap.js

135.1 KB

bootstrap.js.map

256.1 KB

bootstrap.min.js

60.0 KB

bootstrap.min.js.map

194.4 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/bootstrap/scss/

_alert.scss

1.1 KB

_badge.scss

1.1 KB

_breadcrumb.scss

1.3 KB

_button-group.scss

3.6 KB

_buttons.scss

2.6 KB

_card.scss

5.6 KB

_carousel.scss

4.8 KB

_close.scss

1.0 KB

_code.scss

1.0 KB

_custom-forms.scss

15.4 KB

_dropdown.scss

4.4 KB

_forms.scss

9.1 KB

_functions.scss

3.9 KB

_grid.scss

1.6 KB

_images.scss

1.2 KB

_input-group.scss

5.8 KB

_jumbotron.scss

0.4 KB

_list-group.scss

3.9 KB

_media.scss

0.1 KB

_mixins.scss

1.1 KB

_modal.scss

6.3 KB

_nav.scss

2.1 KB

_navbar.scss

7.4 KB

_pagination.scss

1.7 KB

_popover.scss

4.7 KB

_print.scss

3.0 KB

_progress.scss

1.2 KB

_reboot.scss

11.5 KB

_root.scss

0.6 KB

_spinners.scss

1.1 KB

_tables.scss

3.5 KB

_toasts.scss

1.0 KB

_tooltip.scss

2.5 KB

_transitions.scss

0.3 KB

_type.scss

2.2 KB

_utilities.scss

0.5 KB

_variables.scss

48.5 KB

bootstrap-grid.scss

0.6 KB

bootstrap-reboot.scss

0.4 KB

bootstrap.scss

0.9 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/bootstrap/scss/mixins/

_alert.scss

0.2 KB

_background-variant.scss

0.6 KB

_badge.scss

0.3 KB

_border-radius.scss

1.3 KB

_box-shadow.scss

0.5 KB

_breakpoints.scss

4.5 KB

_buttons.scss

3.5 KB

_caret.scss

1.4 KB

_clearfix.scss

0.1 KB

_deprecate.scss

0.6 KB

_float.scss

0.4 KB

_forms.scss

5.1 KB

_gradients.scss

2.1 KB

_grid-framework.scss

1.9 KB

_grid.scss

2.0 KB

_hover.scss

0.8 KB

_image.scss

1.2 KB

_list-group.scss

0.4 KB

_lists.scss

0.2 KB

_nav-divider.scss

0.4 KB

_pagination.scss

0.5 KB

_reset-text.scss

0.5 KB

_resize.scss

0.2 KB

_screen-reader.scss

0.8 KB

_size.scss

0.1 KB

_table-row.scss

0.8 KB

_text-emphasis.scss

0.5 KB

_text-hide.scss

0.3 KB

_text-truncate.scss

0.2 KB

_transition.scss

0.4 KB

_visibility.scss

0.2 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/bootstrap/scss/utilities/

_align.scss

0.4 KB

_background.scss

0.4 KB

_borders.scss

1.8 KB

_clearfix.scss

0.0 KB

_display.scss

0.5 KB

_embed.scss

0.8 KB

_flex.scss

2.8 KB

_float.scss

0.4 KB

_overflow.scss

0.1 KB

_position.scss

0.5 KB

_screenreaders.scss

0.1 KB

_shadows.scss

0.2 KB

_sizing.scss

0.5 KB

_spacing.scss

2.1 KB

_stretched-link.scss

0.4 KB

_text.scss

2.0 KB

_visibility.scss

0.2 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/bootstrap/scss/vendor/

_rfs.scss

6.5 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/jquery/

LICENSE.txt

1.1 KB

README.md

2.0 KB

/.../4.1 - Creating a Custom Identity Provider/MyIdentityServer/wwwroot/lib/jquery/dist/

jquery.js

287.6 KB

jquery.min.js

89.5 KB

jquery.min.map

138.0 KB

jquery.slim.js

234.5 KB

jquery.slim.min.js

72.4 KB

jquery.slim.min.map

110.4 KB

/.../4.1 - Creating a Custom Identity Provider/openidwebapp/Controllers/

WeatherForecastController.cs

1.3 KB

/.../4.1 - Creating a Custom Identity Provider/openidwebapp/

Program.cs

0.7 KB

Startup.cs

3.9 KB

appsettings.Development.json

0.2 KB

appsettings.json

0.5 KB

openidwebapp.csproj

0.4 KB

/.../4.1 - Creating a Custom Identity Provider/openidwebapp/Properties/

launchSettings.json

0.8 KB

/.../4.1 - Creating a Custom Identity Provider/vscode/

launch.json

2.8 KB

tasks.json

2.6 KB

/.../4.2 - Issuing and Validating Custom JSON Web Tokens/openidwebapp/Controllers/

WeatherForecastController.cs

2.8 KB

/.../4.2 - Issuing and Validating Custom JSON Web Tokens/openidwebapp/

Program.cs

0.7 KB

Startup.cs

4.7 KB

appsettings.Development.json

0.2 KB

appsettings.json

0.6 KB

google.json

0.6 KB

openidwebapp.csproj

0.5 KB

/.../4.2 - Issuing and Validating Custom JSON Web Tokens/openidwebapp/Properties/

launchSettings.json

0.8 KB

/.../4.2 - Issuing and Validating Custom JSON Web Tokens/vscode/

launch.json

1.5 KB

tasks.json

1.3 KB

/.../5. Preparing for OAuth 2.1/

1. OAuth 2.1 Summary of Changes.mp4

85.1 MB

1. OAuth 2.1 Summary of Changes.srt

13.2 KB

1.1 OAuth 2.1 Key Changes.html

0.1 KB

2. Thank you!.mp4

3.6 MB

2. Thank you!.srt

0.3 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 307


Copyright © 2024 FileMood.com