feat(openid): add well-known openid config page

This commit is contained in:
Matthieu Bessat 2024-11-11 21:43:39 +01:00
parent 66b7a256cf
commit a7f6c28e0d
7 changed files with 52 additions and 1 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/bash
oauth2c http://localhost:8085 \
--client-id "a1785786-8be1-443c-9a6f-35feed703609" \
--client-secret "49c6c16a-0a8a-4981-a60d-5cb96582cc1a" \
--response-types code \
--response-mode query \
--grant-type authorization_code \
--auth-method client_secret_basic \
--scopes "read_user_basic"