We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd9f90 commit 88d882bCopy full SHA for 88d882b
1 file changed
README.md
@@ -17,6 +17,6 @@ The NameID of the request will be in the attribute as defined above.
17
'60' => array(
18
'class' => 'attributefromrestapi:attributeFromRestApi',
19
'nameId_attribute_name' => 'subject_nameid', // look at the aa authsource config
20
- 'api_url' => 'https://www.hexaa.example.com/app.php/api',
+ 'api_url' => 'https://www.anyrestapi.com/getData',
21
),
22
```
0 commit comments