Skip to content

A sample showing how to retrieve a Bearer Token from the IdentityToken service using the IdentityModel.OidcClient to perform Authorization Code Grant Flow with Proof Key for Code Exchange (PKCE) or using Client Credentials. This access token is used to access the SCIM API.

License

Notifications You must be signed in to change notification settings

k2workflow/SCIM-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nintex K2 Samples for SCIM

Samples repository for integrating with the K2 SCIM 2.0 Server API.

Please refer to K2 Identity Providers for an overview of the K2 SCIM API and related documentation.

For more information on the SCIM specification, please see http://www.simplecloud.info/ for details and additional resources.

License: MIT

These samples were adapted from the IdentityModel.OidcClient.Samples repository.

ConsoleClientWithBrowser

A .NET Core console application using the Authorization Code Grant Flow with PKCE.

Overview

This sample obtains a Bearer Token using the OpenID Connect Authorization Code Grant Flow from the K2 Identity Provider.

Getting Started

To use this sample you need to obtain your K2 Tenant Identifier, ClientId, and SCIM Token for your SCIM instance.

ConsoleClientWithClientCredentials

A .NET Core console application using the Client Credentials Grant Flow.

Overview

This sample obtains a Bearer Token using the Client Credentials Grant Flow from the K2 Identity Provider.

Getting Started

In order to use Client Credentials your K2 tenant needs to be onboarded. To use this sample you need to obtain your K2 Tenant Identifier, ClientId, Client Secret, and SCIM Token for your SCIM instance.

License

MIT, found in the LICENSE file.

Nintex K2

About

A sample showing how to retrieve a Bearer Token from the IdentityToken service using the IdentityModel.OidcClient to perform Authorization Code Grant Flow with Proof Key for Code Exchange (PKCE) or using Client Credentials. This access token is used to access the SCIM API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages