Loading...

On-Demand Training

PingGateway Deep Dive

This course showcases the key features and capabilities of the versatile and powerful edge security solution with the PingGateway (IG) environment.

0%

Protecting a REST API

Protect a REST API with IG and extend IG functionality with scripting.


Sign in to earn badges for your progress!
Not yet accessed
Student Guide

Protecting a REST API

This student guide contains your slides and instructor notes.

Not yet accessed
Workbook

Protecting a REST API

Your workbook contains all your exercise instructions and should be used together with your exercise environment.

Not yet accessed
Virtual Exercise Environment

Protecting a REST API

This brings you to your virtual exercise environment where you can complete your exercises using your workbook. Your lab exercises are chapter-based.


Configuring IG as OAuth2 Resource Server
0%
Review OAuth2 players and the role of the resource server, which can be configured in IG as an ...
0%
List the types of access token resolvers and describe their configuration and use.
0%
Describe the ConfirmationKeyVerifierAccessTokenResolver and how it can be used to validate ...
0%
Observe the flow with the TokenIntrospectionAccessTokenResolver.
0%
Demonstrate how to configure a route with OAuth2 authorization to protect access to the FEC REST ...
0%
Lab: Configure IG to Protect FEC REST APIs
Protect the REST APIs of the FEC website by using access tokens.
0%
Lab: Examine REST API Solution (Optional)
Add log capture configuration to the 500_api route to examine the log messages generated when a ...
0%
Demo: Examine OAuth2 Provider and Client Profile Configuration
Demonstrate how Identity Cloud (or AM) supports OAuth2/OIDC applications by examining the OAuth2 ...
0%
Lab: Prepare OAuth2 Solution to Protect FEC REST API
Keep security out of the backend application code that exposes the REST APIs so that it does not ...

Extending Functionality With Scripts
0%
Describe the scripting framework for extending IG functionality.
0%
List the objects available to a script, and describe the ScriptableHandler, the ScriptableFilter, ...
0%
Demonstrate how to use a scriptable filter to log information about the OAuth2 context data.
0%
Lab: Configure Scriptable Filter to Log Content of OAuth2 Context
Configure a scriptable filter to log the content of the OAuth2 context
0%
Examine how to implement a solution for dynamic scopes.
0%
Demonstrate how to modify a route's OAuth2 authorization configuration that uses a script to ...
0%
Lab: Configure Dynamic Scopes Script
Configure dynamic scopes in IG by creating a script that requests different scopes for different ...
0%
Lab: Configure Scriptable Filter to Retrieve Favorite List
Create a scripted solution that retrieves the favorite list of the user who is the subject in the ...
0%
Describe how to implement OAuth2 token swapping in IG.