mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
320ddfa46d
* feat: add/ remove external idps * feat: external idp add /remove * fix: auth proto * fix: handle login * feat: loginpolicy on authrequest * feat: idp providers on login * feat: link external idp * fix: check login policy on check username * feat: add mapping fields for idp config * feat: use user org id if existing * feat: use user org id if existing * feat: register external user * feat: register external user * feat: user linking * feat: user linking * feat: design external login * feat: design external login * fix: tests * fix: regenerate login design * feat: next step test linking process * feat: next step test linking process * feat: cascade remove external idps on user * fix: tests * fix: tests * feat: external idp requsts on users * fix: generate protos * feat: login styles * feat: login styles * fix: link user * fix: register user on specifig org * fix: user linking * fix: register external, linking auto * fix: remove unnecessary request from proto * fix: tests * fix: new oidc package * fix: migration version * fix: policy permissions * Update internal/ui/login/static/i18n/en.yaml Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/ui/login/static/i18n/en.yaml Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/ui/login/handler/renderer.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * Update internal/ui/login/handler/renderer.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * fix: pr requests * Update internal/ui/login/handler/link_users_handler.go Co-authored-by: Livio Amstutz <livio.a@gmail.com> * fix: pr requests * fix: pr requests * fix: pr requests * fix: login name size * fix: profile image light * fix: colors * fix: pr requests * fix: remove redirect uri validator * fix: remove redirect uri validator Co-authored-by: Livio Amstutz <livio.a@gmail.com>
162 lines
3.9 KiB
Go
162 lines
3.9 KiB
Go
// Code generated by protoc-gen-authmethod. DO NOT EDIT.
|
|
|
|
package auth
|
|
|
|
import (
|
|
"github.com/caos/zitadel/internal/api/authz"
|
|
)
|
|
|
|
/**
|
|
* AuthService
|
|
*/
|
|
|
|
const AuthService_MethodPrefix = "caos.zitadel.auth.api.v1.AuthService"
|
|
|
|
var AuthService_AuthMethods = authz.MethodMapping{
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyUserSessions": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyUser": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyUserProfile": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/UpdateMyUserProfile": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/ChangeMyUserName": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyUserEmail": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/ChangeMyUserEmail": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/VerifyMyUserEmail": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/ResendMyEmailVerificationMail": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyUserPhone": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/ChangeMyUserPhone": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/RemoveMyUserPhone": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/VerifyMyUserPhone": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/ResendMyPhoneVerificationCode": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyUserAddress": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyUserChanges": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/UpdateMyUserAddress": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyMfas": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/ChangeMyPassword": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyPasswordComplexityPolicy": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/SearchMyExternalIDPs": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/RemoveMyExternalIDP": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/AddMfaOTP": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/VerifyMfaOTP": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/RemoveMfaOTP": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/SearchMyUserGrant": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/SearchMyProjectOrgs": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyZitadelPermissions": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
|
|
"/caos.zitadel.auth.api.v1.AuthService/GetMyProjectPermissions": authz.Option{
|
|
Permission: "authenticated",
|
|
CheckParam: "",
|
|
},
|
|
}
|