Add graph /me/changePassword endpoint

To allow users to change their own password when using the Graph LDAP backend.

Closes:	#3063
This commit is contained in:
Ralf Haferkamp
2022-05-05 18:05:25 +02:00
committed by Ralf Haferkamp
parent cbd7ea77f7
commit c41cf92553
13 changed files with 648 additions and 44 deletions
+1
View File
@@ -28,6 +28,7 @@ ci-go-generate: $(MOCKERY) # CI runs ci-node-generate automatically before this
$(MOCKERY) --dir pkg/service/v0 --case underscore --name GatewayClient
$(MOCKERY) --dir pkg/service/v0 --case underscore --name HTTPClient
$(MOCKERY) --dir pkg/service/v0 --case underscore --name Publisher
$(MOCKERY) --srcpkg github.com/go-ldap/ldap/v3 --case underscore --filename ldapclient.go --name Client
.PHONY: ci-node-generate