mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
portainer oauth settings example
This commit is contained in:
parent
3d107eacfb
commit
fcd45bea64
@ -122,3 +122,25 @@ We also specify all our manifests path that portainer needs to deploy:
|
|||||||
* kubernetes/portainer/example-application/ingress.yaml
|
* kubernetes/portainer/example-application/ingress.yaml
|
||||||
|
|
||||||
Portainer will now poll our repo and deploy any updates, GitOps style!
|
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/`<tenant-id>`/oauth2/authorize |
|
||||||
|
| Access token URL | https://login.microsoftonline.com/`<tenant-id>`/oauth2/token |
|
||||||
|
| Resource URL | https://login.microsoftonline.com/`<tenant-id>`/openid/userinfo |
|
||||||
|
| Redirect URL | https://localhost:9443/ |
|
||||||
|
| Logout URL | https://login.microsoftonline.com/`<tenant-id>`/oauth2/logout |
|
||||||
|
| User identifier | unique_name |
|
||||||
|
| Scopes | openid profile |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user