Added instructions for ChatGPT setup

master
oabrivard 5 days ago
parent 9508495631
commit ee8903b4b9

@ -124,3 +124,21 @@ If tool calls fail with Google errors:
- Verify OAuth file mounts in Docker: - Verify OAuth file mounts in Docker:
- `GOOGLE_CLIENT_SECRETS_FILE` - `GOOGLE_CLIENT_SECRETS_FILE`
- `GOOGLE_TOKEN_FILE` - `GOOGLE_TOKEN_FILE`
In ChatGPT when adding a client application use the following parameters
- Nom = chatgpt-personal-agent
- Description = Check my availability
- Url de serveur MCP = https://mcp.simple-agent.cio-strategies.com/mcp
- Authentication = OAuth
- Paramètres avancés
- Méthode d'enregistrement = Client OAuth défini par l'utilisateur
- URL de rappel --> à reporter dans Casdoor
- ID Client OAuth = chatgpt-personal-agent (idem Casdoor)
- Secret client OAuth = secret OAuth venant de Casdoor
- Méthode d'authentification = client_secret_post
- Périmètres par défaut = openid + offline_access + available_meeting_intervals:read + availability:read
- URL d'autorisation = https://id.simple-agent.cio-strategies.com/login/oauth/authorize
- URL jeton = https://id.simple-agent.cio-strategies.com/api/login/oauth/access_token
- Décocher "OIDC activé" et mettre à blanc tous les autres champs

Loading…
Cancel
Save