diff --git a/Architecture.md b/Architecture.md
index 0c60ef0..8329a29 100644
--- a/Architecture.md
+++ b/Architecture.md
@@ -49,6 +49,18 @@ Following is a list of the custom beans we are injecting:
 The diagram below shows how all of these pieces fit together.
 ![Architecture Diagram](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/raw/master/docs/architectureDiagram.png)
 
+## Endpoints
+
+The OAuth2 and OpenID Connect endpoints are currently set to the following values:
+
+Authorization endpoint: /openidconnect/auth
+Token endpoint: /openidconnect/token
+Check ID (deprecated): /checkid
+JWK: /jwk
+SWD: /swd
+User info: /userinfo
+Provider configuration: /.well-known/openid-configuration
+
 ## Tokens
 
 //using SECOAUTH token endpoint, with custom token services and token enhancer, etc