R
R
Roman Bolshukhin2022-01-19 11:55:42
iOS
Roman Bolshukhin, 2022-01-19 11:55:42

How to add Group name to iOS VPN profile?

Hello. I am making a VPN profile. Can't find Group Name for IPSec. Can you suggest?
Thanks

key>VPNType</key>
      <string>IPSec</string>
      <key>IPSec</key>
      <dict>
        <key>RemoteAddress</key>
        <string>Server</string>
        <key>AuthenticationMethod</key>
        <string>SharedSecret</string>
        <key>SharedSecret</key>
        <string>SSecret</string>
        <key>XAuthEnabled</key>
        <integer>1</integer>
        <key>XAuthName</key>
        <string>Login</string>
        <key>XAuthPassword</key>
        <string>Pass</string>
        <key>LocalIdentifier</key>
        <string></string>
        <key>LocalIdentifierType</key>
        <string>KeyID</string>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Barbolin, 2022-01-19
@skyspirit

https://developer.apple.com/documentation/devicema...

LocalIdentifier
string
The name of the group. If Hybrid Authentication is used, the string must end with "hybrid".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question