Skip to content

Commit

Permalink
Merge branch 'main' into fix-website-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilph authored May 2, 2024
2 parents b215a75 + 032fafc commit ee6762f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
sidebar_position: 1
---
Expand All @@ -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://<striling-pdf.yourdomain>/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
Expand Down
5 changes: 3 additions & 2 deletions docs/Functionality/Security/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const sidebars = {
{
type: 'autogenerated',
dirName: '.', // '.' means the current docs folder
},
},
]
};

Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function About() {


<p>
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.
</p>

<h2>Professional Journey</h2>
Expand Down

0 comments on commit ee6762f

Please sign in to comment.