saml-configuration

Manage Datadog SAML SSO configuration and IdP metadata uploads.

Updated Jan 14, 2022
One-click install
npx skills add https://github.com/alexmarucci/dotfiles --skill saml-configuration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: saml-configuration
Source: https://github.com/alexmarucci/dotfiles/tree/main/claude/skills/saml-configuration
Command: npx skills add https://github.com/alexmarucci/dotfiles --skill saml-configuration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pup, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the configuration of SAML Single Sign-On (SSO), making secure authentication integration between systems seamless and straightforward.

Core Features & Use Cases

  • SSO Setup: Upload Identity Provider (IdP) metadata to configure SAML SSO with Datadog.
  • SAML Configuration: Execute commands to manage and update SAML settings.
  • SSO Integration: Enable single sign-on for your organization with robust integration capabilities.
  • Use Case: Automate the setup process for SAML SSO with Okta, Azure AD, or Google Workspace by using the provided scripts and metadata management.

Quick Start

To upload IdP metadata, use the following command: pup saml upload-metadata --file /path/to/idp-metadata.xml

Frequently Asked Questions about saml-configuration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure SAML SSO on Datadog with an identity provider?

To configure SAML SSO on Datadog, you upload your Identity Provider metadata using a command line script, which automates the integration with providers like Okta, Azure AD, or Google Workspace.

What do I need to automate SAML SSO setup for Datadog?

Automating SAML SSO setup requires Datadog API and APP keys, access to Datadog API v2, your IdP metadata file, and the pup dependency to execute the configuration scripts.

Can I use this to manage SAML certificate rotation and role assignment?

Yes, SAML configuration scripts handle certificate rotation automatically and provide tools for role assignment, ensuring secure login integration is maintained without manual updates.

Does SAML SSO integration work with Okta and Google Workspace?

SAML SSO integration works with Okta, Google Workspace, and Azure AD by uploading the specific IdP metadata file to Datadog, enabling single sign-on for your organization.

What is the command to upload IdP metadata for SAML configuration?

The command to upload IdP metadata for SAML configuration is `pup saml upload-metadata --file /path/to/idp.xml`, which directly processes the metadata to establish the secure login connection.