| | 422 | |
| | 423 | === Enable service provider from your IDP === |
| | 424 | 22. To be able to login to your new SP, you must enable it from your IDP. |
| | 425 | |
| | 426 | * Log in to your IDP and become root |
| | 427 | |
| | 428 | * You may want to enable any SP who is a member of the federation, edit `relying-party.xml` by |
| | 429 | |
| | 430 | {{{ |
| | 431 | vim /opt/shibboleth-idp/conf/relying-party.xml |
| | 432 | }}} |
| | 433 | |
| | 434 | And uncomment the following from '''shibboleth.UnverifiedRelyingParty''' bean |
| | 435 | |
| | 436 | {{{ |
| | 437 | <bean parent="SAML2.SSO" p:encryptAssertions="false" /> |
| | 438 | }}} |
| | 439 | |
| | 440 | * To release specific attributes for a SP you can add it to `/opt/shibboleth-idp/conf/attribute-filter.xml` |
| | 441 | |
| | 442 | Consult Service Provider guidelines and https://fr-training.ac.lk/attribute-filter-LEARN-Production.xml on deciding what attributes you should release. |
| | 443 | |
| | 444 | Reload shibboleth.AttributeFilterService to apply the new SP |