Hi! Hopefully a very quick question :wink: In the ...
# ory-selfhosting
s
Hi! Hopefully a very quick question 😉 In the configuration for Kratos, everything in the settings `after`hook seems to be unrecognised in helm version 0.35. I can't find anything in the configuration or elsewhere. Who has the golden tip 🥇
Copy code
flows:
        settings:
          required_aal: highest_available
          ui_url: <http://localhost:3000/settings>
          privileged_session_max_age: 15m
          after:
            password:
              default_browser_return_url: <http://localhost:3000/test>
            totp:
              default_browser_return_url: <http://localhost:3000/settings/2fa-app>
error:
Copy code
The configuration contains values or keys which are invalid:
  selfservice.flows.settings.after: map[totp:map[default_browser_return_url:<http://localhost:3000/settings/2fa-app]]>                                          
                                      ^-- additionalProperties "totp" not allowed
g
there is no split for password or totp
s
Hi @gifted-waitress-14272, thanks for sharing and clearing that up! What would you recommend for this use-case? Resolve it on the front-end?
g
I would suppose so. We don't use the return url as we have a single-page-app, so I'm probably not the best to answer 🙂.
s
fair enough 😉