Skip to content

Commit

Permalink
define auth/login-redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ddegr committed May 29, 2023
1 parent 51ead2b commit c30d748
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zrc/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,17 @@
:validation {:json-schema {:regex #{:fhir-datetime}}}
:auth {:pkce {:code-challenge {:s256 {:conformant true}}}}}

auth
{:zen/tags #{aidbox.config/auth}
:login-redirect "/ui/console"}

base-config
{:zen/tags #{aidbox.config/config}
:web web-config
:db db-config
:search search-config
:compatibility compatibility-config
:auth auth

:aidbox-license #env AIDBOX_LICENSE

Expand Down

0 comments on commit c30d748

Please sign in to comment.