Documentation ¶
Index ¶
- func GetApplicationObjectIDFromAppID(ctx context.Context, appClient azureclient.RBACApplicationsClient, ...) (string, error)
- func GetServicePrincipalObjectIDFromAppID(ctx context.Context, spc azureclient.ServicePrincipalsClient, appID string) (string, error)
- func UpdateAADApp(ctx context.Context, appClient azureclient.RBACApplicationsClient, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetApplicationObjectIDFromAppID ¶
func GetApplicationObjectIDFromAppID(ctx context.Context, appClient azureclient.RBACApplicationsClient, appID string) (string, error)
GetApplicationObjectIDFromAppID returns the ObjectID of the AAD application corresponding to a given appID
func GetServicePrincipalObjectIDFromAppID ¶
func GetServicePrincipalObjectIDFromAppID(ctx context.Context, spc azureclient.ServicePrincipalsClient, appID string) (string, error)
GetServicePrincipalObjectIDFromAppID returns the ObjectID of the service principal corresponding to a given appID
func UpdateAADApp ¶
func UpdateAADApp(ctx context.Context, appClient azureclient.RBACApplicationsClient, appObjID string, callbackURL string) error
UpdateAADApp updates the ReplyURLs in an AAD app.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.