-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
47 lines (24 loc) · 1.32 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
README
======
Elements and modules
--------------------
IdP
~~~
* provisionmanager. This module let admins to do provisioning of users in applications using a web interface (There are 2 use cases).
* attributecollector. Used to retrieve user data from LDAPs or Databases (Get it using: svn co https://forja.rediris.es/svn/confia/attributecollector/trunk).
* attributequeryserver. This module implements the logic to recieve an Attribute Query Request, handle it and build an Attribute Query Response.
SP
~~
* attributequeryconsumer. This module implements the logic to build an Attribute Query Request.
Demo App
~~~~~~~~
In this demo we provide code of an example web application called demoapp1.
Patches
-------
There are 2 patches that may be applied to simpleSAMLphp:
* idp_patch.diff --> buildAssertion and encryptAssertion functions are private and can not be executed from the Attribute Query Server so must be change to public.
* sp_patch.diff --> If your cert is self-signed you must apply this patch in order to disable the cert validation, otherwise the SOAP process won't be executed.
Just copy the files at the simpleSAMLphp folder and execute: patch -p0 < <patch_name>
Notes
-----
* If you want use the configuration view of the "manager for provisioning" the config folder must be writable.