We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73f9fd commit 1aed30aCopy full SHA for 1aed30a
src/saml2/entity_category/at_egov_pvp2.py
@@ -0,0 +1,25 @@
1
+__author__ = 'rainerh' #2013-08-28
2
+# Preliminary version, not including all attributes defined for eGov Token
3
+
4
5
+PRINCIPAL = ["PVP-PRINCIPALNAME",
6
+ "PVP-GIVENNAME",
7
+]
8
+ORG_INFO = ["PVP-OU",
9
+ "PVP-OU-GV-OU-ID",
10
11
+OTHER = ["PVP-GID",
12
+ "PVP-ROLES",
13
+ "PVP-BPK",
14
+ "PVP-USERID",
15
+ "PVP-MAIL",
16
+ "PVP-TEL",
17
18
19
+# These give you access to information
20
+PVP2 = "http://www.ref.gv.at/ns/names/agiz/pvp/egovtoken"
21
+PVP2CHARGE = "http://www.ref.gv.at/ns/names/agiz/pvp/egovtoken-charge"
22
23
+RELEASE = {
24
+ PVP2: PRINCIPAL + ORG_INFO + OTHER,
25
+}
0 commit comments