はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
12
アクティビティ
233.9k
要約
要約
Custom activities that can generate the token for a Two-Factor Authentication system, based on the Secret Key generated when you enroll a device in the program.
概要
概要
The solution contains 3 activities: Get Google Token, Get Microsoft Token, Get Okta Token and offers an easy way to manage soft token codes for major Two-Factor Authentication providers: Google, Microsoft, Okta.
DISCLAIMER: It is not best practice to use this activity in a production environment, robots should have dedicated accounts with different security requirments
Note: The functionalities are offered to allow robots to interact directly with existing business processes. They are not designed to provide new information security paradigms, but instead a means to allow the robot to interact with the existing security that is being deployed within a business.
機能
機能
An algorithm based on the secret key and time passed since epoch (01.01.1970) generates a new code every fixed period of time, in our cases it's 30 seconds for all systems (Google, Microsoft and Okta) as the same algorithm is used to generate the token for all. That means that in very rare cases the token you generate with the activities might expire just before you submit it.
その他の情報
その他の情報
依存関係
BouncyCastle.NetCore (>= 1.9.0)
コード言語
C#, Visual Basic
ランタイム
Windows (.NET 5.0 以上)