Skip to content

Commit

Permalink
Move metadata ui_info to the correct place.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecka Gulliksson committed Nov 10, 2016
1 parent 7e77e0b commit fee8a96
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
29 changes: 14 additions & 15 deletions config/plugins/inacademia_persistent_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ config:
- {contact_type: technical, given_name: InAcademia, sur_name: Administrative Support, email_address: [email protected]}
- {contact_type: technical, given_name: InAcademia, sur_name: Technical Support, email_address: [email protected]}

ui_info:
display_name:
- {text: InAcademia.org - TEST, lang: en}
description:
- {text: 'The InAcademia Simple validation Sevice allows for the easy validation of affiliation (Student, Faculty, Staff) of a user in Academia. This is a TEST instance',
lang: en}
logo:
- {text: 'https://inacademia.org/static/logo.png', width: '120', height: '60', lang: en}
keywords:
- {text: [Affiliation, Validation, Eligibility], lang: en}
information_url:
- {text: 'https://inacademia.org/about', lang: en}
privacy_statement_url:
- {text: 'https://inacademia.org/about/privacy', lang: en}

metadata:
mdq: ['http://pyff:8080']

Expand All @@ -46,6 +31,20 @@ config:
- edupersontargetedid
- edupersonprincipalname
name_id_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent'
ui_info:
display_name:
- {text: InAcademia.org - TEST, lang: en}
description:
- {text: 'The InAcademia Simple validation Sevice allows for the easy validation of affiliation (Student, Faculty, Staff) of a user in Academia. This is a TEST instance',
lang: en}
logo:
- {text: 'https://inacademia.org/static/logo.png', width: '120', height: '60', lang: en}
keywords:
- {text: [Affiliation, Validation, Eligibility], lang: en}
information_url:
- {text: 'https://inacademia.org/about', lang: en}
privacy_statement_url:
- {text: 'https://inacademia.org/about/privacy', lang: en}
name_form: 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri'
disco_srv: http://localhost:8080/role/idp.ds
publish_metadata: <base_url>/<name>/metadata
30 changes: 15 additions & 15 deletions config/plugins/inacademia_transient_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ config:
- {contact_type: technical, given_name: InAcademia, sur_name: Administrative Support, email_address: [email protected]}
- {contact_type: technical, given_name: InAcademia, sur_name: Technical Support, email_address: [email protected]}

ui_info:
display_name:
- {text: InAcademia.org - TEST, lang: en}
description:
- {text: 'The InAcademia Simple validation Sevice allows for the easy validation of affiliation (Student, Faculty, Staff) of a user in Academia. This is a TEST instance',
lang: en}
logo:
- {text: 'https://inacademia.org/static/logo.png', width: '120', height: '60', lang: en}
keywords:
- {text: [Affiliation, Validation, Eligibility], lang: en}
information_url:
- {text: 'https://inacademia.org/about', lang: en}
privacy_statement_url:
- {text: 'https://inacademia.org/about/privacy', lang: en}

metadata:
mdq: ['http://pyff:8080']

Expand All @@ -44,5 +29,20 @@ config:
optional_attributes:
- schachomeorganization
name_id_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:persistent'

ui_info:
display_name:
- {text: InAcademia.org - TEST, lang: en}
description:
- {text: 'The InAcademia Simple validation Sevice allows for the easy validation of affiliation (Student, Faculty, Staff) of a user in Academia. This is a TEST instance',
lang: en}
logo:
- {text: 'https://inacademia.org/static/logo.png', width: '120', height: '60', lang: en}
keywords:
- {text: [Affiliation, Validation, Eligibility], lang: en}
information_url:
- {text: 'https://inacademia.org/about', lang: en}
privacy_statement_url:
- {text: 'https://inacademia.org/about/privacy', lang: en}
disco_srv: http://localhost:8080/role/idp.ds
publish_metadata: <base_url>/<name>/metadata

0 comments on commit fee8a96

Please sign in to comment.