فهرست منبع

add todo about front channel logouts

Grega Bremec 4 هفته پیش
والد
کامیت
57f0489d3c
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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')) }}"