KEYCLOAK-2124 post-broker login flow docs
This commit is contained in:
parent
081db0d353
commit
17a2bd266b
1 changed files with 10 additions and 0 deletions
|
@ -332,6 +332,16 @@
|
|||
More details in <link linkend="identity-broker-first-login">First Login section</link>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<literal>Post Login Flow</literal>
|
||||
</entry>
|
||||
<entry>Alias of authentication flow, which is triggered after each login with this identity provider. Useful if you want additional verification of each user
|
||||
authenticated with this identity provider (for example OTP). Leave this empty if you don't want any additional authenticators to be triggered after login
|
||||
with this identity provider. Also note, that authenticator implementations must assume that user is already
|
||||
set in ClientSession as identity provider already set it.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue