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.
Click to show internal directories.
Click to hide internal directories.