All Downloads are FREE. Search and download functionalities are using the official Maven repository.

features.directory_client.totp.directory-client-totp-generate.feature Maven / Gradle / Ivy

There is a newer version: 4.10.0
Show newest version
Feature: Directory Client can generate TOTP for user
  In order to manage User TOTP
  As a Directory Client
  I can request a shared secret to be generated and return the data about that secret

  Background:
    Given I created a Directory

  Scenario: Creating TOTP returns the expected data
    When I make a User TOTP create request
    Then the User TOTP create response contains a valid algorithm
    And the User TOTP create response contains a valid amount of digits
    And the User TOTP create response contains a valid period
    And the User TOTP create response contains a valid secret




© 2015 - 2025 Weber Informatics LLC | Privacy Policy