-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Hello,
I tried this plugin with kanidm 1.3.3 https://github.com/kanidm/kanidm
I've tested it with the docker compose test setup of traefik-oidc-auth .
# Configure oauth2 app for https://github.com/sevensolutions/traefik-oidc-auth.git
kanidm system oauth2 create my-app "My Awesome app" https://app.example.com
kanidm system oauth2 add-redirect-url my-app https://app.example.com
kanidm system oauth2 add-redirect-url my-app http://localhost:8080
kanidm system oauth2 add-redirect-url my-app http://localhost:9080
# Create group for app access
kanidm group create my_app_users --name idm_admin
kanidm group add-members my_app_users bob --name idm_admin
kanidm group add-members my_app_users alice --name idm_admin
kanidm system oauth2 update-scope-map my-app my_app_users openid email profile
kanidm system oauth2 show-basic-secret my-app
PROVIDER_URL=https://idm.example.com/oauth2/openid/my-app
CLIENT_ID=my-app
CLIENT_SECRET=____REDACTED___
ds-sebastian, mzgaljic and MaximizeRr
Metadata
Metadata
Assignees
Labels
No labels