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.
These samples were adapted from the IdentityModel.OidcClient.Samples repository.
A .NET Core console application using the Authorization Code Grant Flow with PKCE.
This sample obtains a Bearer Token using the OpenID Connect Authorization Code Grant Flow from the K2 Identity Provider.
To use this sample you need to obtain your K2 Tenant Identifier, ClientId, and SCIM Token for your SCIM instance.
A .NET Core console application using the Client Credentials Grant Flow.
This sample obtains a Bearer Token using the Client Credentials Grant Flow from the K2 Identity Provider.
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.
MIT, found in the LICENSE file.