Forráskód Böngészése

add todo about front channel logouts

Grega Bremec 4 hete
szülő
commit
57f0489d3c
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      p0f/operators/roles/deploy-rhbk/tasks/main.yml

+ 3 - 0
p0f/operators/roles/deploy-rhbk/tasks/main.yml

@@ -50,6 +50,9 @@
 #
 # More info: https://www.keycloak.org/docs-api/latest/rest-api/index.html
 #
+# TODO: when deploying clients, add options for front or back channel logout (incl FC URLs)
+#       LOWPRIO - this is not the most important feature to have, but might become one
+#
 - name: Pick up whatever value we can for rhbk.state.
   ansible.builtin.set_fact:
     rhbk_action: "{{ rhbk_state | default(rhbk.state | default('present')) }}"