이 문서에서는 다양한 유형의 SAML 감사 활동 이벤트에 대한 이벤트 및 매개변수를 나열합니다. 이러한 이벤트는 Activityities.list()를 applicationName=saml로 호출하여 검색할 수 있습니다.
SAML 로그인
로그인 이벤트 유형입니다.
이 유형의 이벤트는 type=login와 함께 반환됩니다.
로그인 실패
SAML 로그인에 실패했습니다.
이벤트 세부정보
이벤트 이름
login_failure
매개변수
application_name
string
Saml SP 애플리케이션 이름
device_id
string
SAML 기기 ID입니다.
failure_type
string
로그인 실패 유형
가능한 값은 다음과 같습니다.
failure_app_not_configured_for_user 사용자에게 앱이 구성되지 않아 로그인에 실패했는지 여부
failure_app_not_enabled_for_user 사용자에게 앱이 사용 설정되지 않아 로그인에 실패했는지 여부
failure_invalid_sp_id 잘못된 SP ID로 인해 로그인이 실패했는지 여부
failure_invalid_user_id_mapping 잘못된 userid 매핑이 요청되어 로그인에 실패했는지 여부
failure_malformed_request 요청 형식이 잘못되어 로그인에 실패했는지 여부
failure_no_passive 사용자를 수동적으로 인증하지 못해 로그인에 실패했는지 여부입니다.
failure_request_denied 요청 거부로 인한 로그인 실패 여부입니다.
failure_unknown 알 수 없는 이유로 로그인이 실패했습니다.
failure_user_id_mapping_unavailable 사용자 ID 매핑이 불가능하여 로그인이 실패했는지 여부
initiated_by
string
SAML 인증을 요청한 사용자입니다.
가능한 값은 다음과 같습니다.
idp IdP에서 SAML 인증을 시작했습니다.
sp SP에서 시작한 SAML 인증이 있습니다.
orgunit_path
string
사용자 조직 단위.
saml_second_level_status_code
string
응답 2단계 상태
saml_status_code
string
응답 상태
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/saml?eventName=login_failure&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} failed to login because of the following error: {failure_type}
로그인 완료
SAML 로그인에 성공했습니다.
이벤트 세부정보
이벤트 이름
login_success
매개변수
application_name
string
Saml SP 애플리케이션 이름
device_id
string
SAML 기기 ID입니다.
initiated_by
string
SAML 인증을 요청한 사용자입니다.
가능한 값은 다음과 같습니다.
idp IdP에서 SAML 인증을 시작했습니다.
sp SP에서 시작한 SAML 인증이 있습니다.
orgunit_path
string
사용자 조직 단위.
saml_status_code
string
응답 상태
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/saml?eventName=login_success&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2022-12-19(UTC)"],[[["This document outlines SAML Audit activity events, accessible via the Activities.list() method with applicationName=saml."],["It details the parameters and event types for both successful (login_success) and failed (login_failure) SAML login attempts."],["For failed logins, the failure_type parameter provides specific reasons for authentication failures."],["Successful and failed login events both include application name, device ID, initiator (IdP or SP), org unit, and SAML status codes."]]],["This document outlines SAML audit activity events, retrievable via `Activities.list()` with `applicationName=saml`. Two event types are detailed: successful login (`login_success`) and failed login (`login_failure`). For failed logins, parameters include the application name, device ID, failure type (e.g., `failure_app_not_configured_for_user`), initiator (IdP or SP), orgunit path, and SAML status codes. Successful login parameters include application name, device ID, initiator, orgunit path, and status code. Each event has sample requests and admin console message formats.\n"]]