tSecreta (Swift Version)
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.
To use this repository, follow step below.
- Clone this repository to your local environment.
- Build the swift project with xcode on your mac.
Azure Active Directory settings
- 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.