What is the first step when sensitive data is accidentally pushed to a public GitHub repository?
Correct : A
Revoke and/or rotate the exposed credentials immediately so they can no longer be used - this is the critical first step before you undertake any history-rewriting or cleanup.
Start a Discussions
A GitHub Enterprise administrator is planning to implement SAML SSO across their company. Which of the following correctly distinguishes enterprise-wide SAML SSO from organization-level SAML SSO?
Correct : D
Enterprise-wide SAML SSO enforces a single IdP across all member organizations---its configuration overrides any per-organization SAML settings, so everyone must authenticate through the same provider.
Start a Discussions
When comparing Group SCIM to Team Sync for identity management in GitHub Enterprise, which statement is Correct?
Correct : D
GroupSCIM lets you manage both user accounts and group memberships centrally in your identity provider - automatically provisioning, updating, and deprovisioning users and groups in GitHub - whereas TeamSync only mirrors IdP group membership into existing GitHub teams.
Start a Discussions
You have subscribed to GitHub Premium Support, and you need to submit a support ticket. GitHub Premium Support can help you with:
Correct : B
GitHub Premium Support includes assistance with installing and using GitHub Enterprise Server, ensuring your deployment is configured correctly and any installation issues are resolved.
Start a Discussions
When a token is used to perform actions across different GitHub resources, how is this reflected in audit logs?
Correct : A
Each API call authenticated with a token generates its own audit-log event, so you'll see a distinct entry for every action performed across different resources, each annotated with the token's hashed ID, actor, and source IP.
Start a Discussions