scim

package
v0.0.0-...-f54fb7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package scim partially implements the SCIM v2.0 protocol as described by RFC7644 [1]. In general, the SCIM v2.0 protocol is a REST-ful API that identity providers (IdPs) use to insert users into Determined upon user provisioning in the IdP.

For expediency, this package only implements the subset of the protocol used by the Okta IdP [2,3].

[1] https://tools.ietf.org/html/rfc7644 [2] https://developer.okta.com/docs/concepts/scim/ [3] https://github.com/oktadeveloper/okta-scim-beta

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterAPIHandler

func RegisterAPIHandler(
	e *echo.Echo,
	db *db.PgDB,
	c *config.ScimConfig,
	locationRoot *url.URL,
	oauthService *oauth.Service,
)

RegisterAPIHandler registers API handlers for SCIM endpoints.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL