Desktop SSO Integration
π οΈ Prerequisites
π Option 1: Browser-Based Authorization Flow
π Step 1: Generate Authorization URL
π₯οΈ Step 2: Open in Browser
π Step 3: Token Handling
π Step 4: Session Maintenance
π Well-Known Endpoint
π₯οΈ Option 2: Device Authorization Flow
π² Step 1: Request Device Code
π» Step 2: Display Info to User
π Step 3: Poll for Status
β
Step 4: Proceed to Dashboard
Sample : Desktop SSO Integration with Electron using Skillmine Auth
π§± Prerequisites
βοΈ Step 1: Configure Skillmine Auth
β Client Settings
π Step 2: Sample Electron Code
1. main.js (Electron main process)
2. preload.js (Exposes IPC)
3. index.html (Renderer process UI)
Step 3 : Execution
β
Summary Flow
Last updated