-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix #125 #127 #129 #130 #132 #133 #131
Changes from 5 commits
b38cd7f
138e9f5
05c1f27
7401aff
7a6b1af
3c71941
1e87296
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MONGO_DBUSER=satosa | ||
MONGO_DBPASSWORD=thatpassword | ||
HOSTNAME=localhost | ||
KEYS_FOLDER=./pki | ||
SATOSA_HOSTNAME=localhost | ||
SATOSA_KEYS_FOLDER=./pki |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ config: | |
|
||
# this instantiate the attribute_consuming_service | ||
required_attributes: ['spidCode', 'name', 'familyName', 'fiscalNumber', 'email'] | ||
requested_attributes: !ENV SATOSA_REQUESTED_ATTRIBUTES | ||
requested_attributes: !ENV SATOSA_REQUESTED_SPID_ATTRIBUTES | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could you please set default values along with this ENV? (eg, :-default ...) could you please provide in this PR the CIE attribute-maps in the example folder and use a default parameter that points there? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @MdreW ^ |
||
#optional_attributes: ['gender', | ||
# 'companyName', | ||
# 'registeredOffice', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MdreW could you please add default values, considering the conventional spid or cie sets?