Skip to content

Commit

Permalink
fix: Documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jun 18, 2021
1 parent ce3a86a commit 88b3c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contents/migrate_from_shibidp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Migrate from Shibboleth IdP
Here a brief description of the general steps to do for migrating an existing Shibboleth IdP to uniAuth, carrying the same configuration.
We have migrate from Shibboleth IdP 3.4.6 to uniAuth v2.0.0, here the steps we made to achieve this goal:

1. copy SAML2 certificates shibboleth idp SAML, from `credentials/` to your pysaml2 configuration.
1. copy SAML2 certificates, from shibboleth idp SAML in `credentials/` to your pysaml2 configuration.
2. Standing on Shibboleth metadata, in `metadata/idp-metadata.xml`, place the same Service Endpoints urls to your project's urls file::

if 'uniauth_saml2_idp' in settings.INSTALLED_APPS:
Expand Down

0 comments on commit 88b3c72

Please sign in to comment.