netbird/management/server/idp
Bethuel Mmbaga bb9f6f6d0a
Add API Endpoint for Resending User Invitations in Auth0 (#989)
* add request handler for sending invite

* add InviteUser method to account manager interface

* add InviteUser mock

* add invite user endpoint to user handler

* add InviteUserByID to manager interface

* implement InviteUserByID in all idp managers

* resend user invitation

* add invite user handler tests

* refactor

* user userID for sending invitation

* fix typo

* refactor

* pass userId in url params
2023-07-03 12:20:19 +02:00
..
auth0_test.go Refactor IdP Config Structure (#879) 2023-05-29 13:48:19 +02:00
auth0.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
authentik_test.go Add Authentik IdP (#897) 2023-05-29 14:35:30 +02:00
authentik.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
azure_test.go Add Azure Idp Manager (#822) 2023-05-03 14:51:44 +02:00
azure.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
google_workspace.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
idp.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
keycloak_test.go Refactor IdP Config Structure (#879) 2023-05-29 13:48:19 +02:00
keycloak.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
okta_test.go Add Okta IdP (#859) 2023-05-29 14:52:04 +02:00
okta.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00
util.go Add Okta IdP (#859) 2023-05-29 14:52:04 +02:00
zitadel_test.go Refactor IdP Config Structure (#879) 2023-05-29 13:48:19 +02:00
zitadel.go Add API Endpoint for Resending User Invitations in Auth0 (#989) 2023-07-03 12:20:19 +02:00