You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Installation.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ We provide DEB/RPM packages for Linux distributions. You can download the latest
8
8
9
9
### For Debian based distributions:
10
10
11
-
openvpn-auth-oauth2 provides a APT repository for Debian based distributions. You can add the repository to your system and install the package using the following commands:
11
+
openvpn-auth-oauth2 provides an APT repository for Debian based distributions. You can add the repository to your system and install the package using the following commands:
12
12
13
13
```bash
14
14
curl -L https://raw.githubusercontent.com/jkroepke/openvpn-auth-oauth2/refs/heads/main/packaging/apt/openvpn-auth-oauth2.sources | sudo tee /etc/apt/sources.list.d/openvpn-auth-oauth2.sources
@@ -34,7 +34,7 @@ Replace `<package_file>` with the name of the downloaded file.
34
34
35
35
### For RedHat based distributions:
36
36
37
-
1. Download the DEB package from the releases page.
37
+
1. Download the RPM package from the releases page.
38
38
2. Open a terminal.
39
39
3. Navigate to the directory where you downloaded the package.
40
40
4. Install the package using the following command:
@@ -62,3 +62,10 @@ If you prefer to build the binary yourself, follow these steps:
62
62
```bash
63
63
sudo mv openvpn-auth-oauth2 /usr/bin/
64
64
```
65
+
66
+
7. Verify the installation by checking the version:
67
+
```bash
68
+
openvpn-auth-oauth2 --version
69
+
```
70
+
71
+
Continue with the [Configuration Guide](./Configuration.md) to set up your provider details.
Copy file name to clipboardExpand all lines: docs/Providers.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This page documents the setup at the OIDC provider.
10
10
### Register an app with Microsoft Entra ID
11
11
12
12
1. Sign in to your admin account on the tenant.
13
-
2. Navigate to the [App registrations](https://aad.portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps) page in the Azure AD admin center.
13
+
2. Navigate to the [App registrations](https://aad.portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps) page in the Entra ID admin center.
14
14
3. Click on the `New registration` button to start the process of registering a new application.
15
15
4. Enter a unique name for your application in the `Name` field.
16
16
5. In the `Supported account types` section, select the appropriate option based on your requirements. If unsure, leave the default value selected.
@@ -74,7 +74,7 @@ Users get the notice from Azure that they aren’t part of the group, and the lo
0 commit comments