Skip to content

Commit 3db6e93

Browse files
committed
readme még
1 parent 88d882b commit 3db6e93

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# Authproc filter for SSP to get any attribute from rest api
22
* Author: Gyula Szabó <[email protected]>, NIIF Institute, Hungary
33

4-
This module provides an authprocfilter.
4+
This module provides an authprocfilter, that get attributes from rest api in json format.
55

66
## Install module
77
You can install the module with composer:
88

99
composer require niif/simplesamlphp-module-attributefromrestapi
1010

1111
### Authproc Filters
12-
The NameID of the request will be in the attribute as defined above.
12+
The NameID of the request will be in the attribute as defined above. For example eduPersonPrincipalName. If this nameId is not in the users's attributes there will be shown an exception page, and the authentication process will be stopped.
13+
14+
_config/config.php_
1315

1416
```
15-
authproc.aa = array(
17+
authproc.sp = array(
1618
...
1719
'60' => array(
1820
'class' => 'attributefromrestapi:attributeFromRestApi',

0 commit comments

Comments
 (0)