Prechádzať zdrojové kódy

add todo about front channel logouts

Grega Bremec 4 týždňov pred
rodič
commit
57f0489d3c

+ 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')) }}"