diff --git a/docs/Advanced Configuration/Single Sign-On (SSO) Configuration.md b/docs/Advanced Configuration/Single Sign-On Configuration.md similarity index 86% rename from docs/Advanced Configuration/Single Sign-On (SSO) Configuration.md rename to docs/Advanced Configuration/Single Sign-On Configuration.md index afbe6e6..4bbd0d6 100644 --- a/docs/Advanced Configuration/Single Sign-On (SSO) Configuration.md +++ b/docs/Advanced Configuration/Single Sign-On Configuration.md @@ -1,4 +1,3 @@ - --- sidebar_position: 1 --- @@ -12,9 +11,13 @@ These are - ``oauth2.clientSecret`` Client Secret from your provider - ``oauth2.autoCreateUser`` Set this to 'true' to allow auto-creation of non-existing users +The Callback URL (Redirect URL) for entering in your IdP is: ``https:///oauth2/authorization/oidc`` + +It is highly recommended to use a SSL-enabled reverse-proxy, if the application is going to be exposed to the internet. + After the OAUTH2 login is enabled, a new button shows up on the login page as per the screenshot below: -![image](https://github.com/sahilph/Stirling-Tools.github.io/assets/812110/b0a84120-e8bb-4ea2-ac9e-4ec37520f7af) +![image](https://github.com/Stirling-Tools/Stirling-PDF/assets/812110/6ec3b233-2eb7-4838-bcc9-f93ca0c21cec) ## Settings file diff --git a/docs/Functionality/Security/Overview.md b/docs/Functionality/Security/Overview.md index 36fc40e..ba18618 100644 --- a/docs/Functionality/Security/Overview.md +++ b/docs/Functionality/Security/Overview.md @@ -13,6 +13,7 @@ sidebar_position: 3 - `cert-sign`: This feature enables users to digitally sign their PDFs using a certificate. For (hand-)written signatures see Features - Additional Utilities --> `sign` -- `sanitize-pdf`: This allows the user to remove various things within the PDF which may cause security concern such as javascript, files, links, fonts and metadata +- `sanitize-pdf`: This allows the user to remove various things within the PDF which may cause security concern such as javascript, files, links, fonts and metadata. + +- `auto-redact`: This features lets the user input text (or regex) to be redacted/blacked out from the pdf document. -- `auto-redact`: This features lets the user input text (or regex) to be redacted/blacked out from the pdf document diff --git a/sidebars.js b/sidebars.js index 7c9a1f6..872064c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -15,7 +15,7 @@ const sidebars = { { type: 'autogenerated', dirName: '.', // '.' means the current docs folder - }, + }, ] }; diff --git a/src/pages/about.js b/src/pages/about.js index 9eeaede..01f3a39 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -49,7 +49,7 @@ export default function About() {

- Anthony Stilring - Hailing from the UK, my journey began as a passionate software developer, evolving into a dedicated DevOps enthusiast. My love for crafting, making things, and improving systems is what fuels me every day. My interests span from software development to local hosting my own servers with Docker and Unraid. + Anthony Stirling - Hailing from the UK, my journey began as a passionate software developer, evolving into a dedicated DevOps enthusiast. My love for crafting, making things, and improving systems is what fuels me every day. My interests span from software development to local hosting my own servers with Docker and Unraid.

Professional Journey