Displaying results 41 - 60 of 669 results for "udacity authentication authorization oauth"

Designing RESTful APIs

. Course Length: 0 hours estimated

API (Application Programming Interface) endpoints are the connections between your application and the rest of the developer community. In this course you will learn about writing secure, developer-friendly APIs that will make your back-end application thrive and...

Offered through Udacity | Taught by Lorenzo Brown


ASP.NET Core 2 Authentication Playbook

Cost $35 · . Course Length: 3 hours estimated

ASP.NET Core 2.0 has changed the way you add authentication and authorization to your applications, and it can be a bit hard to figure out how to do it. This course, ASP.NET Core 2 Authentication Playbook, tries to make this easier by showing you step by step...

Offered through Pluralsight | Taught by Chris Klug


Azure Identity Fundamentals

Microsoft Ignite 2019: Azure Fundamentals

Cost $35 · . Course Length: 0 hours estimated

Identity is the core of most workloads in Azure, and Tailwind Traders wants to implement Azure Active Directory in a way that correctly meshes their on-premises identities with those required in the cloud. In this session, learn the difference between...

Offered through Pluralsight


Authentication and Authorization with AWS Identity and Access Management

Cost $35 · . Course Length: 0 hours estimated

This is an introductory course to authentication and authorization with AWS Identity and Access Management (IAM). In this course, we introduce you to IAM and discuss how the service helps you manage permissions to your AWS services. We also cover policy documents...

Offered through Pluralsight | Taught by Authored by AWS


API Security on Google Cloud's Apigee API Platform

Developing APIs with Google Cloud's Apigee API Platform

Rated 4.3★ stars based on | 80 ratings · . Cost $49 · . Course Length: 12 hours estimated

In this course, you learn how to secure your APIs. You explore the security concerns you will encounter for your APIs. You learn about OAuth, the primary authorization method for REST APIs. You will learn about JSON Web Tokens (JWTs) and federated security. You...

Offered through Coursera | and created by Google Cloud | Taught by Apigee Training Team, Google Cloud Training


OAuth2 and OpenID Connect Strategies for AngularJS and ASP.NET

Cost $29 · . Course Length: 4 hours estimated

A typical application these days consists of (at least) a client application and an API. In this practical, demo-driven course, you'll learn how to work with authorization and authentication using today's widely-used standards

Offered through Pluralsight | Taught by Kevin Dockx



Securing Your API Endpoints: CodeMash

CodeMash Conference 2020

Cost $35 · . Course Length: 0 hours estimated

It's never been easier to expose services over HTTP. It's also never been easier to inadvertently expose security holes via those same services. This session is designed for the average developer/architect that wants a brief overview of API security without...

Offered through Pluralsight | Taught by CodeMash


Spring Framework: Authenticating Users with Spring Security

Core Spring

Cost $35 · . Course Length: 4 hours estimated

This course covers all of the fundamentals of Spring Security. It covers securing your app, user storage in memory and in a database, authentication against ldap and authorization against a database, updated hashing algorithms for password storage, customizing the...

Offered through Pluralsight | Taught by Bryan Hansen


Managed Service for Microsoft Active Directory

Cost $9 · . Course Length: 1 hours estimated

This is a self-paced lab that takes place in the Google Cloud console. Managed Service for Microsoft Active Directory (AD) is a highly available, hardened Google Cloud service running actual Microsoft AD that enables you to manage authentication and...

Offered through Coursera | and created by Google Cloud | Taught by Google Cloud Training


Authenticating Your AngularJS SPA with ASP.NET Web API and Auth0

Cost $29 · . Course Length: 1 hours estimated

This course introduces ASP.NET developers to Auth0 authentication and authorization as a service. You will save time and be able to focus on what really matters by eliminating the friction of identity in your application. You will learn how to easily and quickly...

Offered through Pluralsight | Taught by Ajden Towfeek


Build a Realtime App with React Hooks and GraphQL

Rated 4.1★ stars based on | 63 ratings · . Cost $14 · . Course Length: 4 hours estimated

Want to build real-world, full-stack apps with React Hooks? Look no further than this course.### ###A realtime, full-stack React app from scratch with a GraphQL Server (Apollo Server 2) on the backend, a cloud MongoDB database (Mongo Atlas) with React Hooks to...

Offered through Udemy | Taught by Reed Barger


Securing ASP.NET and ASP.NET Core Applications

A Paths Series from Pluralsight

Cost $35 · . Contains 11 courses · . Course Total length: 9 hours estimated

Security is an integral part of any Web-based application. Understanding ASP.NET security will help in building secure Web applications.ASP.NET Core enables developers to easily configure and manage security for their apps. ASP.NET Core contains features for...

Offered through Pluralsight | Taught by Matt Milner, Matt Tester, Roland Guijt and others


Microsoft Azure Security Engineer: Configure Secure Access Using Azure AD

Cost $35 · . Course Length: 0 hours estimated

Least-privilege security is hard work, especially in a cloud environment you don’t own. In this course, Microsoft Azure Security Engineer

Offered through Pluralsight | Taught by Tim Warner


Play by Play: Understanding Salesforce.com Single Sign-on Solution

Cost $35 · . Course Length: 2 hours estimated

Play by Play is a series in which top technologists work through a problem in real time, unrehearsed, and unscripted. In this course, Play by Play

Offered through Pluralsight | Taught by Greg Cook, Don Robins


Cisco Data Center Core: Applying Network, Compute, and Storage Security

Cisco DCCOR (350-601) for CCNP Data Center

Cost $35 · . Course Length: 2 hours estimated

Modern data centers are becoming incredibly complex and organizations must take appropriate security measures to protect data, applications, and workloads. In this course, Cisco Data Center Core

Offered through Pluralsight | Taught by Sean Douglas


Understanding ASP.NET Core Security

ASP.NET Core

Cost $35 · . Course Length: 3 hours estimated

Learn how to make your ASP.NET Core app secure in this course. First you'll learn about common attacks and how to mitigate them with NWebSec. You'll learn the ins and outs of the new encryption API and how to protect secrets with the secret manager. Authentication...

Offered through Pluralsight | Taught by Roland Guijt


Build Microservices with .NET & Amazon Web Services

Rated 3.6★ stars based on | 53 ratings · . Cost $17 · . Course Length: 12 hours estimated

Learn important skills for designing and building Event-Driven & Message-Oriented Microservices with .NET & Amazon Web Services.When you finish the course, you will have mastered many aspects of building Microservices, including

Offered through Udemy | Taught by Aref K., Aref Karimi


Introduction to AWS Identity and Access Management (IAM)

Cost $35 · . Course Length: 0 hours estimated

In this course, you will be introduced to AWS Identity and Access Management (IAM). The course will highlight how IAM can be used for authentication and authorization to AWS services. Discussions around IAM policies and roles will also be included, as well as...

Offered through Pluralsight | Taught by Authored by AWS


Microsoft MTA: Security Fundamentals

Fundamentals of IT Operations

Cost $35 · . Course Length: 5 hours estimated

This is a practical course for a beginner looking to gain a baseline knowledge in the world of IT security. This practical course moves you from basic concepts right into real-world implementations, cementing new knowledge by giving you the opportunity to...

Offered through Pluralsight | Taught by Don Jones


Securing Spring Data REST APIs

Cost $35 · . Course Length: 1 hours estimated

REST APIs need to be good data stewards. To achieve that, it is fundamental to know who is asking you for data and whether their request is authorized. Spring Security is here to help. In this course, Securing Spring Data REST APIs, you will gain the ability to...

Offered through Pluralsight | Taught by Josh Cummings

Advanced Search Filters
Level: Any
Length: Any
Start: Anytime
Price: Any