This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 20 lines
!!! Overview
An [HTTP GET] ([SCIM Read Request]) to this [endpoint] is used to retrieve information about [SCIM Resource] schemas supported by a [SCIM Service Provider].
[{$pagename}] is one of the [SCIM Discovery Mechanisms] and allows introspection on [SCIM Resources] and SCIM
An [HTTP GET] to the [endpoint] "/Schemas" SHALL return all supported [SCIM Schemas] in ListResponse format.
Individual schema definitions can be returned by appending the schema [URI] to the /Schemas [endpoint] as in [SCIM Retrieving a Known Resource]. For example:
%%prettify
{{{
/Schemas/urn:ietf:params:scim:schemas:core:2.0:User
}}} /%
The contents of each schema returned are described in Section 7 of [RFC 7643].
An [Example JSON Representation for SCIM Resource Schema].
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]