CodeAli SSO – Authorization Server

This endpoint is not for direct sign-in. Start the flow from a client application via /authorize.

Example:

GET /authorize?response_type=code&client_id=YOUR_CLIENT&redirect_uri=https%3A%2F%2Fapp.example.com%2Fcallback&state=xyz

For setup instructions, see the README packaged with this server.