Upgrade to Kratos 0.5.3-alpha1

This commit is contained in:
Jason Ertel
2020-11-03 11:50:21 -05:00
parent 1f8b139462
commit 82a7b7e02d
2 changed files with 2 additions and 2 deletions

View File

@@ -379,7 +379,7 @@ http {
location @error401 {
add_header Set-Cookie "AUTH_REDIRECT=$request_uri;Path=/;Max-Age=14400";
return 302 /auth/self-service/browser/flows/login;
return 302 /auth/self-service/login/browser;
}
error_page 500 502 503 504 /50x.html;

View File

@@ -2,7 +2,7 @@
{%- set KRATOSKEY = salt['pillar.get']('kratos:kratoskey', '') -%}
selfservice:
strategies:
methods:
password:
enabled: true