new idp
This commit is contained in:
@@ -14,6 +14,21 @@ keycloakConfigCli:
|
|||||||
"displayName": "Forte Entra",
|
"displayName": "Forte Entra",
|
||||||
"providerId": "microsoft",
|
"providerId": "microsoft",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
"trustEmail": true,
|
||||||
|
"firstBrokerLoginFlowAlias": "first broker login",
|
||||||
|
"config": {
|
||||||
|
"clientId": "7995d2b5-b798-4caf-8da6-b00b78bb34d7",
|
||||||
|
"clientSecret": "$(env:MS_IDP_CLIENT_SECRET)",
|
||||||
|
"defaultScope": "openid email profile",
|
||||||
|
"tenantId": "063afd9e-5fcb-48d2-a769-ca31b0f5b443",
|
||||||
|
"syncMode": "IMPORT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alias": "forte-entra-graph",
|
||||||
|
"displayName": "Forte Entra (Graph)",
|
||||||
|
"providerId": "microsoft",
|
||||||
|
"enabled": true,
|
||||||
"storeToken": true,
|
"storeToken": true,
|
||||||
"trustEmail": true,
|
"trustEmail": true,
|
||||||
"firstBrokerLoginFlowAlias": "first broker login",
|
"firstBrokerLoginFlowAlias": "first broker login",
|
||||||
@@ -36,6 +51,16 @@ keycloakConfigCli:
|
|||||||
"attribute": "emailVerified",
|
"attribute": "emailVerified",
|
||||||
"attribute.value": "true"
|
"attribute.value": "true"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "forte-entra-graph-email",
|
||||||
|
"identityProviderAlias": "forte-entra-graph",
|
||||||
|
"identityProviderMapper": "hardcoded-attribute-idp-mapper",
|
||||||
|
"config": {
|
||||||
|
"syncMode": "INHERIT",
|
||||||
|
"attribute": "emailVerified",
|
||||||
|
"attribute.value": "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"roles": {
|
"roles": {
|
||||||
|
|||||||
Reference in New Issue
Block a user