diff --git a/website/docs/integrations/services/awx-tower/index.md b/website/docs/integrations/services/awx-tower/index.md index 7e398ed70..c566c7b6e 100644 --- a/website/docs/integrations/services/awx-tower/index.md +++ b/website/docs/integrations/services/awx-tower/index.md @@ -68,7 +68,6 @@ In the `SAML Enabled Identity Providers` paste the following configuration: "attr_user_permanent_id": "http://schemas.goauthentik.io/2021/02/saml/uid", "x509cert": "MIIDEjCCAfqgAwIBAgIRAJZ9pOZ1g0xjiHtQAAejsMEwDQYJKoZIhvcNAQELBQAwMDEuMCwGA1UEAwwlcGFzc2Jvb2sgU2VsZi1zaWduZWQgU0FNTCBDZXJ0aWZpY2F0ZTAeFw0xOTEyMjYyMDEwNDFaFw0yMDEyMjYyMDEwNDFaMFkxLjAsBgNVBAMMJXBhc3Nib29rIFNlbGYtc2lnbmVkIFNBTUwgQ2VydGlmaWNhdGUxETAPBgNVBAoMCHBhc3Nib29rMRQwEgYDVQQLDAtTZWxmLXNpZ25lZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO/ktBYZkY9xAijF4acvzX6Q1K8KoIZeyde8fVgcWBz4L5FgDQ4/dni4k2YAcPdwteGL4nKVzetUzjbRCBUNuO6lqU4J4WNNX4Xg4Ir7XLRoAQeo+omTPBdpJ1p02HjtN5jT01umN3bK2yto1e37CJhK6WJiaXqRewPxh4lI4aqdj3BhFkJ3I3r2qxaWOAXQ6X7fg3w/ny7QP53//ouZo7hSLY3GIcRKgvdjjVM3OW5C3WLpOq5Dez5GWVJ17aeFCfGQ8bwFKde6qfYqyGcU9xHB36TtVHB9hSFP/tUFhkiSOxtsrYwCgCyXm4UTSpP+wiNyjKfFw7qGLBvA2hGTNw8CAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAh9PeAqPRQk1/SSygIFADZBi08O/DPCshFwEHvJATIcTzcDD8UGAjXh+H5OlkDyX7KyrcaNvYaafCUo63A+WprdtdY5Ty6SBEwTYyiQyQfwM9BfK+imCoif1Ai7xAelD7p9lNazWq7JU+H/Ep7U7Q7LvpxAbK0JArt+IWTb2NcMb3OWE1r0gFbs44O1l6W9UbJTbyLMzbGbe5i+NHlgnwPwuhtRMh0NUYabGHKcHbhwyFhfGAQv2dAp5KF1E5gu6ZzCiFePzc0FrqXQyb2zpFYcJHXquiqaOeG7cZxRHYcjrl10Vxzki64XVA9BpdELgKSnupDGUEJsRUt3WVOmvZuA==", "url": "https://authentik.company/application/saml/awx/login/", - "attr_last_name": "User.LastName", "entity_id": "https://awx.company/sso/metadata/saml/", "attr_email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress", "attr_first_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name" diff --git a/website/docs/integrations/services/sentry/index.md b/website/docs/integrations/services/sentry/index.md index fde310531..25ee9afde 100644 --- a/website/docs/integrations/services/sentry/index.md +++ b/website/docs/integrations/services/sentry/index.md @@ -41,8 +41,8 @@ In authentik, get the Metadata URL by right-clicking `Download Metadata` and sel On the next screen, input these Values -IdP User ID: `http://schemas.goauthentik.io/2021/02/saml/uid` -User Email: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` -First Name: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name` +- IdP User ID: `http://schemas.goauthentik.io/2021/02/saml/uid` +- User Email: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress` +- First Name: `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name` After confirming, Sentry will authenticate with authentik, and you should be redirected back to a page confirming your settings. diff --git a/website/docs/releases/2021.2.md b/website/docs/releases/2021.2.md index a698048fd..449800f5d 100644 --- a/website/docs/releases/2021.2.md +++ b/website/docs/releases/2021.2.md @@ -44,10 +44,10 @@ Due to the switch to managed objects, some default property mappings are changin The change affects the "SAML Name" property, which has been changed from an oid to a Schema URI to aid readability. The integrations affected are: -- [NextCloud](../integrations/services/nextcloud/index) -- [Sentry](../integrations/services/sentry/index) -- [GitLab](../integrations/services/gitlab/index) -- [Ansible Tower/AWX](../integrations/services/awx-tower/index) +- [NextCloud](/docs/integrations/services/nextcloud/index) +- [Sentry](/docs/integrations/services/sentry/index) +- [GitLab](/docs/integrations/services/gitlab/index) +- [Ansible Tower/AWX](/docs/integrations/services/awx-tower/index) ### docker-compose diff --git a/website/package-lock.json b/website/package-lock.json index aae7ec689..590a380e1 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1,5 +1,5 @@ { - "name": "docs", + "name": "authentik-docs", "version": "0.0.0", "lockfileVersion": 1, "requires": true, diff --git a/website/package.json b/website/package.json index 8bf909f57..5d5c2235e 100644 --- a/website/package.json +++ b/website/package.json @@ -1,10 +1,10 @@ { - "name": "docs", + "name": "authentik-docs", "version": "0.0.0", "private": true, "scripts": { "docusaurus": "docusaurus", - "start": "docusaurus start", + "watch": "docusaurus start", "build": "docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", diff --git a/website/sidebars.js b/website/sidebars.js index 18b5d5787..87fde5e28 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -141,6 +141,7 @@ module.exports = { "releases/0.13", "releases/0.14", "releases/2021.1", + "releases/2021.2", ], }, {