feat: redirect on login based on group

This commit is contained in:
NGPixel
2020-07-19 15:13:35 -04:00
parent be499e5795
commit 10f17c5712
4 changed files with 17 additions and 4 deletions

View File

@@ -109,6 +109,7 @@ type AuthenticationLoginResponse {
mustChangePwd: Boolean
mustProvideTFA: Boolean
continuationToken: String
redirect: String
}
type AuthenticationRegisterResponse {