Machine-to-Machine (M2M) Authentication DemoMachine-to-Machine authentication allows services to authenticate without user interaction.
Uses OAuth 2.0 Client Credentials Grant - the application authenticates as itself.
Authority: {{authority}}
Client ID: {{clientId}}
Client Secret: {{secret}}
Scopes: {{scopes}}
1. POST to token endpoint with client credentials 2. Receive access_token in response 3. Use token in Authorization header for API calls 4. Token represents the application (not a user)