Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SP metadata is lacking the AttributeConsumingService key #18

Open
simevo opened this issue Jul 24, 2018 · 3 comments
Open

SP metadata is lacking the AttributeConsumingService key #18

simevo opened this issue Jul 24, 2018 · 3 comments

Comments

@simevo
Copy link
Owner

simevo commented Jul 24, 2018

No description provided.

@simevo
Copy link
Owner Author

simevo commented Aug 3, 2018

should be fixed by a836d92

but we need to make it configurable dynamically !

@simevo
Copy link
Owner Author

simevo commented Aug 3, 2018

@simevo
Copy link
Owner Author

simevo commented Aug 10, 2018

add these two keys to the $settings array:

// assertion consuming services
// in this array, the order is important: the 0-base index will be used
// as assertion consuming service index in the API calls
'assCs' => array(
    $base . "/acs.php", // full url
    $base . "/acs1.php", // full url
),
// attribute consuming services
// in this array, the order is important: the 0-base index will be used
// as attribute consuming service index in the API calls
'attrCs' => array(
    array('name', 'familyName', 'fiscalNumber', 'email'),
    array('fiscalNumber', 'email')
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant