Private Password Manager developped with Swift for iOS project. This manager can syncronize secret data to Azure Blob Storage. To specify user account, tSecret use Azure Active Directory authentication.
- Clone this repository to your local environment.
- Build the swift project with xcode on your mac.
- App Registration
Go to "Azure Portal" --> "Active Directory Tenant" --> App registrations
Input application name and register.
- Configure platform
Select "Authentication" page then add new platform as "Mobile and desktop applications".
...Need two redirect URLs.
- Get Client ID for your MySecretParameter.AzureADClientId value.