Securize an application using an Azure
build_secure_arguments.Rd
Securize an application using an Azure
Arguments
- azure_options
A named vector/list containing the options for the Azure Authentication: Required fields: redirect, resource, tenant, app, version, password. See AzureAuth::build_authorization_uri for these. If NULL then application will not be secure. Note that azure_options is only required when the applications handles the authentication by itself. It is not required in other environments such as POSIT Connect or other environments where the authentication is handled externally.
- app_ui, app_server
the shiny ui and server functions