Fix Swagger UI callback path

This commit is contained in:
Lomion0815
2025-05-07 22:09:46 +02:00
committed by GitHub
parent d2a9e96388
commit c45d98fdc3

View File

@@ -67,7 +67,7 @@ clients:
# The Swagger UI callback in the hosted documentation
- https://element-hq.github.io/matrix-authentication-service/api/oauth2-redirect.html
# The Swagger UI callback hosted by the service
- https://mas.example.com/api/doc/oauth2-redirect
- https://mas.example.com/api/doc/oauth2-callback
```
Then, in Swagger UI, click on the "Authorize" button.