What problem does it solve?
Connecting a generated Power Apps Wrap mobile app to Microsoft Entra ID authentication requires an app registration client ID and tenant ID, and manually editing configuration files is error-prone. This Skill walks through the official Wrap app-registration flow and writes the resulting identifiers into auth.config.json with validation.
Core Features & Use Cases
- Guided registration flow: Opens the Power Apps Wrap app-registration page for the resolved environment so the registration is created through the supported public flow rather than manual portal edits.
- Environment and tenant resolution: Reads power.config.json, auth.config.json, and .resolved-environment.json to determine the correct environment ID and tenant ID before writing anything.
- Validated config updates: Writes the client ID and tenant ID into auth.config.json using structured JSON editing, preserves the cached environment object, and validates the file parses correctly.
- Use Case: After generating a mobile app with /create-mobile-app, run this Skill to paste the Entra ID client ID from the Wrap registration page and have auth.config.json updated and validated automatically.
Quick Start
Ask the assistant to wire the generated mobile app to its Entra ID app registration and paste the client ID when prompted.