Skip to content

Commit 3b00f1f

Browse files
authored
Merge pull request #90 from georchestra/update-oid
adding featureId to ldap schema
2 parents 81a4456 + 3f0f535 commit 3b00f1f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

oid.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ An auxiliary LDAP object class, representing a geOrchestra organisation.
3737
- partial OID: `1.1.2`
3838
- complete OID: `1.3.6.1.4.1.53611.1.1.2`
3939

40+
### 1.1.3 - georchestraRole
41+
42+
An auxiliary LDAP object class, representing a geOrchestra role.
43+
44+
- partial OID: `1.1.3`
45+
- complete OID: `1.3.6.1.4.1.53611.1.1.3`
46+
4047
### 1.2 - Attribute types
4148

4249
A "branch" for all custom LDAP attribute types.
@@ -50,3 +57,35 @@ A LDAP attribute, representing a date of agreement on privacy policy.
5057

5158
- partial OID: `1.2.1`
5259
- complete OID: `1.3.6.1.4.1.53611.1.2.1`
60+
61+
### 1.2.2 - georchestraObjectIdentifier
62+
63+
A LDAP attribute, representing a geOrchestra unique object identifier,
64+
in the form of a [UUID](https://www.rfc-editor.org/rfc/rfc9562.html).
65+
66+
- partial OID: `1.2.2`
67+
- complete OID: `1.3.6.1.4.1.53611.1.2.2`
68+
69+
### 1.2.3 - oAuth2Provider
70+
71+
A LDAP attribute, representing an external identity provider identifier, in the
72+
form of a character string.
73+
74+
- partial OID: `1.2.3`
75+
- complete OID: `1.3.6.1.4.1.53611.1.2.2`
76+
77+
### 1.2.4 - oAuth2Uid
78+
79+
A LDAP attribute, representing an identifier for a user identified onto an
80+
external identity provider, in the form of a character string.
81+
82+
- partial OID: `1.2.4`
83+
- complete OID: `1.3.6.1.4.1.53611.1.2.4`
84+
85+
### 1.2.5 - orgUniqueId
86+
87+
A LDAP attribute, representing a unique identifier for a geOrchestra organisation
88+
(e.g. can be the French SIRET number).
89+
90+
- partial OID: `1.2.5`
91+
- complete OID: `1.3.6.1.4.1.53611.1.2.5`

0 commit comments

Comments
 (0)