Módosítások

Attribute Specification

532 bájt törölve, 2012. szeptember 26., 10:41
eduPersonPrincipalName: disallow special chars
== Goal Purpose of the Attribute Specification this document ==
In a federation, information about the user is represented in SAML attributes transferred from the Identity Provider to the Service Provider. It is important for both parties to interpret the data in the same way.
Exact definition definitions of the attributes are maintained in the their defining schemas. Within this specification, we us use the following schemaschemas:
* ''person'', ''organizationalPerson'' (X.521)
* ''inetOrgPerson'' (RFC2798)
* ''eduPerson'' (http://middleware.internet2.edu/eduperson/, version 200806)* ''SCHAC'' (http://www.terena.org/activities/tf-emc2/schacreleases.html, version 1.4.1)
* ''niifPerson'', ''niifEduPerson'' ([[NIIFSchema]])
This Attribute Specification provides an ''interpretation'' of the above documents defined attributes for federational their usewithin the federation. It might be somewhat more specific than the original definition, in order to let the SPs get more specific information about the user.
Beyond the specification, parties may bilaterally agree on any other attributes.
== Use of attributes ==
=== Glossary Terms ===* '''Implementing an An attributeis ''': an IdP 'implemented'implements'' an attribute, if the information is available according to the semantics of the specification. Releasing an implemented attribute is simply a policy decisionof the IdP.* An attribute is '''Attribute releasereleased''': transferring , when the information within SAML attributes data is transferred from the IdP to an SP. Not all available information is sent out normally, only the attributes that are relevant for the SP.
=== Levels of implementation ===
=== Persistent user identifiers ===
For some most services, it is necessary to store application-specific data, such as user edits for a wiki page. This data is stored in some a database , which is local to the SP, while the key between the user and the database entry is a the '''persistent user identifier'''.
Persistent identifiers can be:
* '''static''': the identifier is created at the time of user creation at the IdP
* '''computed''': the identifier is generated run-time from one or more attributes of the user (usually by some cryptographic hashing algorithm).
* '''stored''': the identifier is stored in the user's digital identity at the IdP, thus it is persistent even when other user information is changed. Uniqueness of the identifier must be preserved.
* '''persistence''': IdPs must ensure that the identifier does not change during the life-cycle of the user at the institution.
* '''non-reassignable''': IdPs must ensure that an identifier of a user will not be reassigned to another user.
* '''opacity''': opaque identifiers are do not refer to any personal data
* '''targeted''': targeted identifiers are different for each SP, thus the SPs are unable to build common user profile without the cooperation of the IdP. Such identifiers are preferred from privacy reasons.
Persistent identifiers can be transferred in SAML attributes or in NameID of a SAML Assertion. Certain SP implementations (such as Shibboleth 2.x) can hide the details of the transfer, and can provide a persistent identifier in REMOTE_USER header.
 
=== List of attributes ===
In this specification, only mandatory and recommended attributes are specified. The [[HREFAttributeSpec|Hungarian version of the Attribute Specification]] contains descriptions of the optional attributes as well. If you have any questions regarding the optional attributes, please contact the Federation Operator.
==== eduPersonTargetedID ====
|implementation=mandatory
|syntax=Must be a SAML2 persistent NameID; the unique identifier part must not be no longer than 256 ASCII characters.
|example=
An IdP sends the attribute on the wire such as:
The application at the SP receives the attribute as the following:
https://idp.example.org/idp/shibboleth!https://sp.example.org/shibboleth!84e411ea-7daa-4a57-bbf6-b5cc52981b73
|assurer=institution
}}
eduPersonPrincipalName '''must not be reassigned'''
 
As some applications do not support special characters in identifiers, eduPersonPrincipalName MUST only contain the following characters: alpanumeric characters, dot ('.'), hyphen ('-') and underscore ('_').
|example=gipsz.jakab@example.org
|assurer=institution
}}
==== eduPersonScopedAffiliation ====
{{AttributeDefAttributeDefEn|name=eduPersonScopedAffiliation
|URI=urn:mace:dir:attribute-def:eduPersonScopedAffiliation
|OID=1.3.6.1.4.1.5923.1.1.1.9
|description=Felhasználó és intézmény közti viszony leírásaDescribes the relationship between the person and the institution
|implementation=mandatory
|semantics=
'''<viszonyaffiliation>@<scope>''' * '''<viszonyaffiliation>''': a felhasználó és az intézmény közti viszony leírására az alábbi értékek választhatókthe following values are permitted** ''student'': intézmény hallgatójathe person is a student at the institution** ''faculty'': oktatási tevékenységet végez az intézményben the person is a member of the teaching or researching staff** ''staff'': nem oktatási tevékenységet végző alkalmazott the person is a member of the non-teaching staff (plie. a rendszergazda és a kertész isIT personnel, etc)** ''employee'': alkalmazott the person is employed in the institution (használata intézmények között nem javasoltnot recommended for use between institutions)** ''member'': azok a felhasználók, amelyek azáltalusers who get basic set of privileges. In general, hogy azonosította őket az IdP, rendelkeznek intézményhez kötődő általános jogosultságokkal. Jellemzően ide sorolhatók a users having ''student'', ''faculty'', or ''staff'' viszonnyal rendelkezőkaffiliations, should also be given this value.** ''affiliate'': az intézmény azonosítja őketthe user is recognised by the institution, de nem rendelkeznek általános jogosultságokkalbut no basic privileges should be given.** ''alum'': öregdiákalumni** ''library-walk-in'': könyvtári tag{{NOTE | lehetséges, hogy a föderációban használható értékek körét a későbbiekben szűkíteni fogjuk}}affiliated to the library only* '''<scope>''': helyi biztonsági tartománylocal security domain. A végződése kötelezően egy It must have a format as a DNS domain, amely az IdP-t üzemeltető intézmény tulajdonában álland ends with a resolvable domain name, which is possessed by the identity provider institution. (Note: the scope as a whole may not be resolved from DNS.)
Lásd mégSee also: http://middleware.internet2.edu/eduperson/docs/internet2-mace-dir-eduperson-200806.html#eduPersonAffiliation
[[EduPersonAffiliation|Egy lehetséges vizuális ábrázolás]], azonban a halmazok pontos meghatározása az intézmény feladata.
|assurer=inst
|values=A következő értékek egyikeOne of the following: {student,faculty,staff,employee,member,affiliate,alum,library-walk-in}, valamint a [[Scope|followed by the '''scope]]'''
|example=
* HallgatókLearners: ''student@example.org;member@example.org''* OktatókTeachers: ''faculty@example.org;employee@example.org;member@example.org''* Nem alkalmazott oktató-hallgatók: ''student@example.org;faculty@example.org;member@example.org''
|numOfValues=multi
}}
==== eduPersonEntitlement ====
{{AttributeDefAttributeDefEn|name=eduPersonEntitlement
|URI=urn:mace:dir:attribute-def:eduPersonEntitlement
|OID=1.3.6.1.4.1.5923.1.1.1.7
|implementation=recommended
|semantics=Azon erőforrások listája, melyet a felhasználó használhatList of resources what the user is entitled to use at the SP. The trust between the two parties must be established out of band. Sok erőforrást minden felhasználó elérhet, néhányat csak korlátozott kör - ez utóbbi esetben válik fontossá ez az attribútum
{{INFOINFO_EN|Az eduPersonEntitlement attribútumnak csak azon értékeit szabad kiadni az An IdP should give only the values which are relevant for the SP-nek, amelyek rá vonatkoznak. Ennek meghatározása kézi adminisztráció esetén igen nehéz lehet, ezért erre célszerű valamilyen adminisztrációs felületet használni. (Sajnos jelenleg nem létezik ilyen alkalmazás.)}}|description=A felhasználó által jogosan használt erőforrásURI (okeither URN or URL)that indicates a set of rights to specific resources.
|assurer=inst
|example=urn:geant:niif.hu:niif:entitlement:vhoadmin
==== schacHomeOrganizationType ====
{{AttributeDefAttributeDefEn|name=schacHomeOrganizationType
|URI=urn:mace:dir:attribute-def:schacHomeOrganizationType
|OID=1.3.6.1.4.1.25178.1.2.10
|values=urn:schac:homeOrganizationType:hu:{university,nren,library,vho,school,business,other,test}
|implementation=mandatory
|description=Az intézmény jellegeType of the Home Organisation
|semantics=
* '''university''': Az Oktatási Minisztérium által elismert felsőoktatási intézmények (egyetemek és főiskolák)universities and colleges* '''nren''': Nemzeti kutatási és felsőoktatási kutatói hálózat szolgáltatójaNational research and educational network* '''library''': KönyvtárakLibraries* '''vho''': Virtuális azonosító szervezet egyének föderációs azonosítása céljáraVirtual home organisation* '''school''': Általános és középiskolákPrimary and secondary education* '''business''': Ipari vagy kereskedelmi intézményekIndustrial or commercial companies* '''other''': EgyébOther* '''test''': Teszt felhasználóról van szóThe principal is a test account
|numOfValues=single
|assurer=inst
|syntax=URN
}}

Navigációs menü