← all adapters

entra-id-style

simulates Microsoft Graph / Entra ID v1.0

restadapter v0.1.08 routes

use it

# add to stunt.yaml
services:
  entra-id:
    adapter: embedded:entra-id-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

tokensrefresh_tokenscodesusersapplicationsservice_principals

routes (8)

GET/common/oauth2/v2.0/authorize
POST/common/oauth2/v2.0/token
GET/v1.0/me
GET/v1.0/users
POST/v1.0/users
GET/v1.0/users/{id}
GET/v1.0/applications
GET/v1.0/servicePrincipals