oidc-integrationPlan and implement OIDC and OAuth 2.0 integration for React or TypeScript frontends and Java or Spring Boot backends. Use whenever the user mentions OIDC, Op...
Install via ClawdBot CLI:
clawdbot install jeff-tian/oidc-integrationGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://idp.example.comAudited Apr 16, 2026 · audit v1.0
Generated May 23, 2026
A company deploys an internal dashboard for employees, using a single OIDC provider (e.g., Azure AD) for login. The skill configures Authorization Code Flow with PKCE for the React SPA and validates tokens on the Spring Boot backend, enabling single sign-on across all internal apps.
A SaaS provider allows each customer to bring their own IdP (e.g., Auth0, Keycloak). The skill designs a multi-provider setup where the SPA redirects to the correct IdP and the backend validates tokens from multiple issuers, ensuring tenant isolation.
A patient portal requires high-security authentication with short-lived tokens, PKCE, and backend-managed sessions (BFF pattern). The skill implements httpOnly cookie-based sessions and refresh token rotation to comply with HIPAA regulations.
A financial services company exposes APIs to partner apps. The skill guides setting up Spring Boot as a resource server validating JWTs from a trusted IdP, with JWKS discovery, claims mapping, and CORS configuration for secure cross-origin calls.
An online store wants to offer login via Google and Facebook alongside email/password. The skill configures multi-provider OIDC in the frontend (react-oidc-context) and backend (Spring Security), enabling seamless social login while maintaining a unified user identity.
Use OIDC to gate features based on user roles and subscription tiers. The token's claims guide UI rendering and API access, enabling tiered pricing models without complex custom auth.
Sell API access to third parties using OAuth 2.0 client credentials flow. Each client gets a unique client ID and secret, with tokens scoped to specific endpoints, enabling pay-per-use or tiered API plans.
White-label authentication capabilities to other businesses using OIDC-compliant IdPs like Keycloak or Auth0. Offer custom branding and tenant management, charging per active user or per tenant.
💬 Integration Tip
Start by identifying whether your frontend or backend owns session state, then choose between SPA+PKCE or BFF pattern. Always use discovery URLs instead of hardcoded endpoints for flexibility.
Scored May 23, 2026
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Monitor RSS and Atom feeds for content research. Track blogs, news sites, newsletters, and any feed source. Use when monitoring competitors, tracking industr...
用 MinerU API 解析 PDF/Word/PPT/图片为 Markdown,支持公式、表格、OCR。适用于论文解析、文档提取。
Provides a personalized morning report with today's reminders, undone Notion tasks, and vault storage summary for daily planning.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fetch scheduled economic events and data releases from the FMP API for specified dates, filtering by impact, country, and type, and output a chronological ma...