Added 3.x to 4.x migration documentation to README.md. Updated OIDC integration documentation to mention new callback url

This commit is contained in:
Glenn de Haan
2024-10-01 13:26:47 +02:00
parent 10f7f7284b
commit 4f501c09af
5 changed files with 28 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
- **Authentication flow**: `default-authentication-flow`.
- **Authorization flow**: `default-provider-authorization-implicit-consent`.
- **Client Type**: Select `confidential`, A client secret will be generated.
5. Set the **Redirect URI** to match your UniFi Voucher Sites callback URL (e.g., `https://voucher.example.com/callback`).
5. Set the **Redirect URI** to match your UniFi Voucher Sites callback URL (e.g., `https://voucher.example.com/oidc/callback`).
6. Click **Submit**.
![Create Provider 1](images/create_provider_1.png)