Skip to content

Commit 62bff91

Browse files
committed
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.
1 parent dab4fc8 commit 62bff91

5 files changed

Lines changed: 33 additions & 10 deletions

File tree

docs/radius-interface-gateway-guide/deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Connectivity must be allowed as follows:
3636

3737
- **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).
3838
- **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)).
4040
- **REDIS** (TCP/6379) — Between the RIG application nodes and the Redis database cluster.
4141
- **HTTP** (TCP/80) — Local connectivity for the Docker health check (optional).
4242

@@ -109,7 +109,7 @@ At least the following parameters must be updated in the env file:
109109
base64 -w 0 <MyKey.pfx>
110110
```
111111

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).
113113

114114
## Docker Compose
115115

@@ -132,7 +132,7 @@ At least the following parameters must be updated in the YAML file:
132132
base64 -w 0 <MyKey.pfx>
133133
```
134134

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).
136136

137137
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:
138138

docs/rest-api-guide/app-provider-client-integration.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This chapter describes how an Application Provider (AP) integrates its backend w
77
Before using the Swisscom Mobile ID web service, some initial provisioning steps are required.
88

99
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.
1111
- The customer has delivered the **X.509 client certificate** to Swisscom (see [Create X509 Client Certificates](/rest-api-guide/create-client-certs.md)).
1212

1313
::: warning Firewall Whitelisting
@@ -22,17 +22,40 @@ The AP’s public source IP address (or range) must be whitelisted in the **Swis
2222

2323
## Endpoint Address
2424

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.
2626

2727

2828
| Environment | URL |
2929
|-------------------|----------------------------------------|
3030
| **Internet** | [https://mobileid.swisscom.com](https://mobileid.swisscom.com) |
31-
| **Swisscom LAN-I** | [https://195.65.233.218](https://195.65.233.218) |
31+
| **Swisscom EC** | [https://195.65.233.218](https://195.65.233.218) |
3232

3333
### Overview Access
3434

35-
![interconnection-backend](/img/interconnection-backend.png)
35+
```mermaid
36+
flowchart LR
37+
subgraph CE[Customer Environment]
38+
direction TB
39+
AP[AP_ID<br/>Application Provider]
40+
end
41+
42+
FW1{{Firewall}}
43+
INTERNET((Internet))
44+
EC((EC))
45+
FW2{{Firewall}}
46+
47+
subgraph ME[Mobile ID Backend]
48+
direction TB
49+
MSS[MSS Platform<br/>Mobile Signature Service]
50+
end
51+
52+
AP --- FW1
53+
FW1 --- INTERNET
54+
FW1 --- EC
55+
INTERNET --- FW2
56+
EC --- FW2
57+
FW2 --- MSS
58+
```
3659

3760
::: info
3861
For accessing the service endpoints the Mobile ID customer can choose between SOAP or RESTful endpoints.

docs/rest-api-guide/health-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Mobile ID Health Status Service is a microservice for retrieving health state details about the MobileID authentication service.
44

55
- **Based on**: Real end-to-end authentication tests, checked every few minutes
6-
- **Scope**: Different telecommunications providers, IP+ and LAN-i endpoints, and the geofencing service
6+
- **Scope**: Different telecommunications providers, IP+ and EC endpoints, and the geofencing service
77
- **Cost**: Free of charge
88

99
For more information, please visit https://digital.swisscom.com/products/mobile-id

docs/rest-api-guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It is suitable for various system landscapes and meets strict regulatory require
1717
| **DTBD** | *Data-To-Be-Displayed* — message displayed on the mobile phone (authentication context). |
1818
| **DTBS** | *Data-To-Be-Signed* — equal to DTBD; the data that will be signed with the Mobile ID signing key. |
1919
| **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). |
2121
| **MID** | Mobile ID platform providing the mobile signature service. |
2222
| **MNO** | Mobile Network Operator — also called wireless service provider or carrier. |
2323
| **MSISDN** | Number uniquely identifying a mobile subscription in a GSM/UMTS network. |

docs/rest-api-guide/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Most initial integration issues are related to the TLS/mTLS connection setup. Un
7171

7272
**Solutions:**
7373
- 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.
7575

7676
### Server Certificate Not Trusted
7777

0 commit comments

Comments
 (0)