Open
Description
Summary
The process of configuring multiple redirect URIs for Azure AD-enabled authentication is not well documented. The relevant documentation can be found at:
While the file provided contains the necessary information, it is presented as a key-value pair rather than a list. As a result, we are unsure how to configure an additional redirect URI for our external exposure.
kubectl get authconfigs.management.cattle.io azuread -o yaml
accessMode: unrestricted
apiVersion: management.cattle.io/v3
applicationId: xxx
applicationSecret: cattle-global-data:azureadconfig-applicationsecret
authEndpoint: https://login.microsoftonline.com/xxx/oauth2/v2.0/authorize
enabled: true
endpoint: https://login.microsoftonline.com/
graphEndpoint: https://graph.microsoft.com
kind: AuthConfig
metadata:
annotations:
auth.cattle.io/azuread-endpoint-migrated: "true"
management.cattle.io/auth-provider-cleanup: unlocked
creationTimestamp: "2023-11-21T08:27:18Z"
generation: 4
labels:
cattle.io/creator: norman
name: azuread
resourceVersion: "7988248"
uid: xxx
rancherUrl: https://xxx/verify-auth-azure
status:
conditions:
- status: "True"
type: SecretsMigrated
tenantId: xxx
tokenEndpoint: https://login.microsoftonline.com/xxx/oauth2/v2.0/token
type: azureADConfig
It would be great to clarify how this can be done properly.