doc(entra-id): correct toml field in sample (#2946)

---------

Signed-off-by: Jan Larwig <jan@larwig.com>
Co-authored-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
Michael Niksa 2025-04-27 10:36:16 -07:00 committed by GitHub
parent fc6ca1dde6
commit 4237358ac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -192,6 +192,6 @@ client_id="<client-id>"
client_secret="<client-secret>" client_secret="<client-secret>"
insecure_oidc_skip_issuer_verification=true insecure_oidc_skip_issuer_verification=true
scope="openid profile email User.Read" scope="openid profile email User.Read"
entra_id_allowed_tenant=["9188040d-6c67-4c5b-b112-36a304b66dad","<my-tenant-id>"] # Allow only <my-tenant-id> and Personal MS Accounts tenant entra_id_allowed_tenants=["9188040d-6c67-4c5b-b112-36a304b66dad","<my-tenant-id>"] # Allow only <my-tenant-id> and Personal MS Accounts tenant
email_domains="*" email_domains="*"
``` ```

View File

@ -192,6 +192,6 @@ client_id="<client-id>"
client_secret="<client-secret>" client_secret="<client-secret>"
insecure_oidc_skip_issuer_verification=true insecure_oidc_skip_issuer_verification=true
scope="openid profile email User.Read" scope="openid profile email User.Read"
entra_id_allowed_tenant=["9188040d-6c67-4c5b-b112-36a304b66dad","<my-tenant-id>"] # Allow only <my-tenant-id> and Personal MS Accounts tenant entra_id_allowed_tenants=["9188040d-6c67-4c5b-b112-36a304b66dad","<my-tenant-id>"] # Allow only <my-tenant-id> and Personal MS Accounts tenant
email_domains="*" email_domains="*"
``` ```