tyntec 2FA(미리 보기)
Tyntec 인증은 SMS 및 음성을 사용하는 사용자에게 친숙한 2FA(2단계 인증)를 위한 도구입니다.
이 커넥터는 다음 제품 및 지역에서 사용할 수 있습니다.
| 서비스 | 클래스 | Regions |
|---|---|---|
| Copilot Studio | Premium | 다음을 제외한 모든 Power Automate 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| 논리 앱 | 스탠다드 | 다음을 제외한 모든 Logic Apps 지역 : - Azure Government 지역 - Azure 중국 지역 - 미국 국방부(DoD) |
| Power Apps | Premium | 다음을 제외한 모든 Power Apps 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| Power Automate | Premium | 다음을 제외한 모든 Power Automate 지역 : - 미국 정부(GCC) - 미국 정부(GCC High) - 21Vianet에서 운영하는 중국 클라우드 - 미국 국방부(DoD) |
| 연락처 | |
|---|---|
| 이름 | tyntec 지원 |
| URL | https://www.tyntec.com/get-help-support |
| 전자 메일 | support@tyntec.com |
| 커넥터 메타데이터 | |
|---|---|
| 게시자 | tyntec GmbH |
| 웹 사이트 | https://www.tyntec.com |
| 개인 정보 보호 정책 | https://www.tyntec.com/data-privacy-statement |
| 카테고리 | 안전; 상업 |
2FA는 적절한 채널(SMS 또는 음성)을 통해 사용자에게 암호를 보내는 사용자 친화적이고 기능이 풍부한 API 입니다. 다 언어 및 사용자 지정 지원을 완료합니다.
Pre-requisites
계속하려면 다음이 필요합니다.
- 사용자 지정 커넥터 기능이 있는 Microsoft Power Apps 또는 Power Automate 계획
- tyntec API 키
API 키를 가져오는 방법
- 등록하세요/tyntec 계정에 로그인
- API 설정을 클릭합니다.
- API 설정에서 새 API 키를 클릭합니다.
- 새로 할당된 API 키 복사
알려진 제한 사항
- unsuccesfull 확인(코드가 유효하지 않음)의 경우 반환된 응답은 401이며 흐름이 중지됩니다.
연결을 만드는 중
커넥터는 다음 인증 유형을 지원합니다.
| 기본값 | 연결을 만들기 위한 매개 변수입니다. | 모든 지역 | 공유할 수 없음 |
기본값
적용 가능: 모든 지역
연결을 만들기 위한 매개 변수입니다.
공유 가능한 연결이 아닙니다. 전원 앱이 다른 사용자와 공유되면 다른 사용자에게 새 연결을 명시적으로 만들라는 메시지가 표시됩니다.
| 이름 | 유형 | Description | 필수 |
|---|---|---|---|
| apikey | 시큐어스트링 (보안 문자열) | tyntec 인증(2FA) apikey | 진실 |
제한 한도
| Name | 호출 | 갱신 기간 |
|---|---|---|
| 연결당 API 호출 | 100 | 60초 |
동작
| One-Time 암호 다시 보내기 |
지정된 OTP(일회성 암호)를 대상 번호로 다시 보냅니다. |
| One-Time 암호 보내기 |
OTP(일회성 암호)를 대상 번호로 보냅니다. |
| One-Time 암호 삭제 |
지정된 일회성 암호를 삭제합니다. |
| One-Time 암호 상태 가져오기 |
지정된 One-Time 암호에 대한 상태 보고서를 가져옵니다. |
| One-Time 암호 확인 |
지정된 OTP 코드를 확인합니다. |
One-Time 암호 다시 보내기
지정된 OTP(일회성 암호)를 대상 번호로 다시 보냅니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
일회성 암호 ID
|
otpID | True | string |
OTP의 ID |
|
배달 채널
|
via | string |
배달 채널 |
|
|
보낸 사람
|
Sender | string |
SMS를 통한 OTP 배달에 대한 보낸 사람 이름(애플리케이션 템플릿 1을 재정의하려는 경우) |
|
|
호출자
|
Caller | string |
음성을 통한 OTP 배달에 대한 호출자 ID(애플리케이션 템플릿 1을 재정의하려는 경우) |
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
otpId
|
otpId | string |
otpId |
|
accountId
|
accountId | string |
accountId |
|
applicationId
|
applicationId | string |
applicationId |
|
숫자
|
number | string |
숫자 |
|
attemptCount
|
attemptCount | integer |
attemptCount |
|
otpStatus
|
otpStatus | string |
otpStatus |
|
만료
|
expire | integer |
만료 |
|
만든
|
created | integer |
만든 |
|
referenceId
|
referenceId | string |
referenceId |
|
timestampCreated
|
timestampCreated | string |
timestampCreated |
|
timestampExpire
|
timestampExpire | string |
timestampExpire |
One-Time 암호 보내기
OTP(일회성 암호)를 대상 번호로 보냅니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
전화 번호
|
number | True | string |
수신자의 전화 번호 |
|
문자 메시지
|
text | string |
애플리케이션 템플릿을 덮어쓰려는 경우 |
|
|
렁트 핀
|
pinLength | integer |
자동 생성된 PIN의 길이 |
|
|
배달 채널
|
via | string |
배달 채널 |
|
|
애플리케이션 ID
|
applicationId | integer |
사용하려는 애플리케이션의 applicationId입니다. 지정하지 않으면 기본값을 사용합니다. |
|
|
Language
|
language | string |
ISO 639-1에서 로컬 언어를 지정합니다. |
|
|
국가
|
country | string |
대상 번호의 ISO 3166-1 alpha-2 코드입니다. |
|
|
OTP 코드
|
otpCode | string |
자동으로 생성된 코드 대신 배달할 OTP 코드입니다. |
|
|
보낸 사람
|
Sender | string |
SMS를 통한 OTP 배달에 대한 보낸 사람 이름(애플리케이션 템플릿 1을 재정의하려는 경우) |
|
|
호출자
|
Caller | string |
음성을 통한 OTP 배달에 대한 호출자 ID(애플리케이션 템플릿 1을 재정의하려는 경우) |
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
otpId
|
otpId | string |
otpId |
|
accountId
|
accountId | string |
accountId |
|
applicationId
|
applicationId | string |
applicationId |
|
숫자
|
number | string |
숫자 |
|
attemptCount
|
attemptCount | integer |
attemptCount |
|
otpStatus
|
otpStatus | string |
otpStatus |
|
만료
|
expire | integer |
만료 |
|
만든
|
created | integer |
만든 |
|
referenceId
|
referenceId | string |
referenceId |
|
timestampCreated
|
timestampCreated | string |
timestampCreated |
|
timestampExpire
|
timestampExpire | string |
timestampExpire |
One-Time 암호 삭제
지정된 일회성 암호를 삭제합니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
일회성 암호 ID
|
otpID | True | string |
OTP의 ID |
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
otpId
|
otpId | string |
otpId |
|
accountId
|
accountId | string |
accountId |
|
applicationId
|
applicationId | string |
applicationId |
|
숫자
|
number | string |
숫자 |
|
attemptCount
|
attemptCount | integer |
attemptCount |
|
otpStatus
|
otpStatus | string |
otpStatus |
|
만료
|
expire | integer |
만료 |
|
만든
|
created | integer |
만든 |
|
referenceId
|
referenceId | string |
referenceId |
|
timestampCreated
|
timestampCreated | string |
timestampCreated |
|
timestampExpire
|
timestampExpire | string |
timestampExpire |
One-Time 암호 상태 가져오기
지정된 One-Time 암호에 대한 상태 보고서를 가져옵니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
일회성 암호 ID
|
otpID | True | string |
OTP의 ID |
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
otpId
|
otpId | string |
otpId |
|
accountId
|
accountId | string |
accountId |
|
applicationId
|
applicationId | string |
applicationId |
|
숫자
|
number | string |
숫자 |
|
attemptCount
|
attemptCount | integer |
attemptCount |
|
otpStatus
|
otpStatus | string |
otpStatus |
|
만료
|
expire | integer |
만료 |
|
만든
|
created | integer |
만든 |
|
referenceId
|
referenceId | string |
referenceId |
|
timestampCreated
|
timestampCreated | string |
timestampCreated |
|
timestampExpire
|
timestampExpire | string |
timestampExpire |
One-Time 암호 확인
지정된 OTP 코드를 확인합니다.
매개 변수
| Name | 키 | 필수 | 형식 | Description |
|---|---|---|---|---|
|
일회성 암호 ID
|
otpID | True | string |
OTP의 ID |
|
One-Time 암호 코드
|
otpCode | integer |
확인하려는 일회용 암호 코드 입력 |
반환
| Name | 경로 | 형식 | Description |
|---|---|---|---|
|
otpId
|
otpId | string |
otpId |
|
accountId
|
accountId | string |
accountId |
|
applicationId
|
applicationId | string |
applicationId |
|
숫자
|
number | string |
숫자 |
|
attemptCount
|
attemptCount | integer |
attemptCount |
|
otpStatus
|
otpStatus | string |
otpStatus |
|
만료
|
expire | integer |
만료 |
|
만든
|
created | integer |
만든 |
|
referenceId
|
referenceId | string |
referenceId |
|
timestampCreated
|
timestampCreated | string |
timestampCreated |
|
timestampExpire
|
timestampExpire | string |
timestampExpire |