/tSecreta

tSecret Apple Swift Version

Primary LanguageObjective-CMIT LicenseMIT

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.

64

To use this repository, follow step below.

  1. Clone this repository to your local environment.
  2. Build the swift project with xcode on your mac.

Azure Active Directory settings

  1. App Registration
    Go to "Azure Portal" --> "Active Directory Tenant" --> App registrations
    Input application name and register.
  2. Configure platform
    Select "Authentication" page then add new platform as "Mobile and desktop applications".

    ...Need two redirect URLs.
  3. Get Client ID for your MySecretParameter.AzureADClientId value.