From fcd45bea64003450ba9cb4e79b9995df5b7b4a5b Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Mon, 23 May 2022 08:59:09 +1000 Subject: [PATCH] portainer oauth settings example --- kubernetes/portainer/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/kubernetes/portainer/README.md b/kubernetes/portainer/README.md index 21e02d7..906654b 100644 --- a/kubernetes/portainer/README.md +++ b/kubernetes/portainer/README.md @@ -122,3 +122,25 @@ We also specify all our manifests path that portainer needs to deploy: * kubernetes/portainer/example-application/ingress.yaml Portainer will now poll our repo and deploy any updates, GitOps style! + +## Oauth Setup example | Business edition + +Here are the values I used for the Oauth settings: + +| Field | Value | +|-------|-------| +| Client ID | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | +| Client secret | xxxxxxxxxxxxxxxxxxxx | +| Authorization URL | https://login.microsoftonline.com/``/oauth2/authorize | +| Access token URL | https://login.microsoftonline.com/``/oauth2/token | +| Resource URL | https://login.microsoftonline.com/``/openid/userinfo | +| Redirect URL | https://localhost:9443/ | +| Logout URL | https://login.microsoftonline.com/``/oauth2/logout | +| User identifier | unique_name | +| Scopes | openid profile | + + + + + +