You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: rename LAN-I to EC (Enterprise Connect) across all guides
Swisscom LAN-I has been replaced by Enterprise Connect. Update all
references in REST API Guide, RADIUS Gateway Guide and glossary.
Link the term to the official Swisscom Enterprise Connect product page.
Copy file name to clipboardExpand all lines: docs/radius-interface-gateway-guide/deployment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Connectivity must be allowed as follows:
36
36
37
37
-**RADIUS** (UDP/1812) — Requests from your NAS (e.g. VPN server) to the RIG application (or the UDP network load balancer that forwards the requests to the RIG application nodes).
38
38
-**LDAPS** (TCP/636) — From the RIG application to your LDAP server.
39
-
-**HTTPS** (TCP/443) — From the RIG application to the Mobile ID API endpoint at `mobileid.swisscom.com` (Internet) or `195.65.233.218` (LAN-I).
39
+
-**HTTPS** (TCP/443) — From the RIG application to the Mobile ID API endpoint at `mobileid.swisscom.com` (Internet) or `195.65.233.218` ([EC](https://www.swisscom.ch/en/business/enterprise/offer/wireline/enterprise-connect.html)).
40
40
-**REDIS** (TCP/6379) — Between the RIG application nodes and the Redis database cluster.
41
41
-**HTTP** (TCP/80) — Local connectivity for the Docker health check (optional).
42
42
@@ -109,7 +109,7 @@ At least the following parameters must be updated in the env file:
109
109
base64 -w 0 <MyKey.pfx>
110
110
```
111
111
112
-
-**`Schnittstellen__MobileIdClient__Host`** — This shall be the Mobile ID API endpoint, which is either `https://mobileid.swisscom.com` (Internet) or `https://195.65.233.218` (LAN-I).
112
+
-**`Schnittstellen__MobileIdClient__Host`** — This shall be the Mobile ID API endpoint, which is either `https://mobileid.swisscom.com` (Internet) or `https://195.65.233.218` (EC).
113
113
114
114
## Docker Compose
115
115
@@ -132,7 +132,7 @@ At least the following parameters must be updated in the YAML file:
132
132
base64 -w 0 <MyKey.pfx>
133
133
```
134
134
135
-
-**`Schnittstellen__MobileIdClient__Host`** — This shall be the Mobile ID API endpoint, which is either `https://mobileid.swisscom.com` (Internet) or `https://195.65.233.218` (LAN-I).
135
+
-**`Schnittstellen__MobileIdClient__Host`** — This shall be the Mobile ID API endpoint, which is either `https://mobileid.swisscom.com` (Internet) or `https://195.65.233.218` (EC).
136
136
137
137
How to spin up using Docker Compose — make sure that both `docker-compose.yml` and `nginx.conf` exist in the same directory before you run the command below:
Copy file name to clipboardExpand all lines: docs/rest-api-guide/app-provider-client-integration.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This chapter describes how an Application Provider (AP) integrates its backend w
7
7
Before using the Swisscom Mobile ID web service, some initial provisioning steps are required.
8
8
9
9
1.**The Mobile ID customer (your company) has an agreement with Swisscom:**
10
-
-**Connectivity** (Internet or LAN-I) between the **AP** and **Mobile ID** has been established.
10
+
-**Connectivity** (Internet or [EC](https://www.swisscom.ch/en/business/enterprise/offer/wireline/enterprise-connect.html)) between the **AP** and **Mobile ID** has been established.
11
11
- The customer has delivered the **X.509 client certificate** to Swisscom (see [Create X509 Client Certificates](/rest-api-guide/create-client-certs.md)).
12
12
13
13
::: warning Firewall Whitelisting
@@ -22,17 +22,40 @@ The AP’s public source IP address (or range) must be whitelisted in the **Swis
22
22
23
23
## Endpoint Address
24
24
25
-
The Swisscom Mobile ID web service is accessible through LAN-I or the Internet. If not otherwise specified, use the following default access details.
25
+
The Swisscom Mobile ID web service is accessible through EC ([Enterprise Connect](https://www.swisscom.ch/en/business/enterprise/offer/wireline/enterprise-connect.html)) or the Internet. If not otherwise specified, use the following default access details.
Copy file name to clipboardExpand all lines: docs/rest-api-guide/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ It is suitable for various system landscapes and meets strict regulatory require
17
17
|**DTBD**|*Data-To-Be-Displayed* — message displayed on the mobile phone (authentication context). |
18
18
|**DTBS**|*Data-To-Be-Signed* — equal to DTBD; the data that will be signed with the Mobile ID signing key. |
19
19
|**JSON**| JavaScript Object Notation — text-based open standard data interchange format. |
20
-
|**LAN-I**| Swisscom LAN-Interconnect Service (Enterprise WAN). |
20
+
|**EC**| Swisscom [Enterprise Connect](https://www.swisscom.ch/en/business/enterprise/offer/wireline/enterprise-connect.html) (replaces the former LAN-Interconnect). |
21
21
|**MID**| Mobile ID platform providing the mobile signature service. |
22
22
|**MNO**| Mobile Network Operator — also called wireless service provider or carrier. |
23
23
|**MSISDN**| Number uniquely identifying a mobile subscription in a GSM/UMTS network. |
Copy file name to clipboardExpand all lines: docs/rest-api-guide/troubleshooting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Most initial integration issues are related to the TLS/mTLS connection setup. Un
71
71
72
72
**Solutions:**
73
73
- Use the standard endpoint URL `https://mobileid.swisscom.com` (see [Integration Steps — Endpoint Address](/rest-api-guide/app-provider-client-integration#endpoint-address)).
74
-
- If connecting via Swisscom LAN-I, ensure hostname verification is configured for the LAN-I endpoint.
74
+
- If connecting via Swisscom EC, ensure hostname verification is configured for the EC endpoint.
0 commit comments