features.directory_client.totp.directory-client-totp-generate.feature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-integration-tests Show documentation
Show all versions of sdk-integration-tests Show documentation
Integration tests for the LaunchKey Service SDK for Java
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