Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2) Add the school's metadata to metadata/ccc-metadata-unsigned.xml in the saml-ccc Bitbucket repo.

2.1) Run validateMetadata.sh to check for mistakes. If the validation passes, commit and push the change. Build automation will sign the file and push to the correct S3 location

3) Add a AssertionConsumerService, e.g. 

<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://sso.ci-proxy.ccctcportalcccmypath.org/simplesaml/module.php/saml/sp/saml2-acs.php/MIS570PilotMock" index="10"/>

to the the following SP descriptors, Test IdP Proxy "SP side", Pilot IdP Proxy "SP side", Prod IdP Proxy "SP side" in  metadata/ccc-metadata-unsigned.xml. Be sure to change the "570" numeric in the example above to match the misCode of the new school or district. Each new entry should increment the index value

4) Validate the metadata additions using ./validateMetadata.sh. 

...