browser flow override

This commit is contained in:
2026-05-14 23:43:40 +02:00
parent bc42347cb6
commit f363afa087
2 changed files with 54 additions and 0 deletions

View File

@@ -188,6 +188,36 @@ keycloakConfigCli:
]
}
],
"browserFlow": "browser-auto-idp",
"authenticationFlows": [
{
"alias": "browser-auto-idp",
"description": "Browser flow with auto-redirect to Forte Entra IdP",
"providerId": "basic-flow",
"topLevel": true,
"builtIn": false,
"authenticationExecutions": [
{
"authenticator": "auth-cookie",
"authenticatorFlow": false,
"requirement": "ALTERNATIVE",
"priority": 10
},
{
"authenticator": "identity-provider-redirector",
"authenticatorFlow": false,
"requirement": "ALTERNATIVE",
"priority": 20,
"authenticatorConfig": {
"alias": "forte-entra-redirector",
"config": {
"defaultProvider": "forte-entra"
}
}
}
]
}
],
"groups": [
{
"name": "k8s",