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
<OuterIdentity> is an optional field, but the Android native module requires it, because Android requires the field to be set. This means that the app must set a value.
If no <OuterIdentity> is set, it should be set to the commonName of the client certificate, or the user-provided username.
<OuterIdentity>is an optional field, but the Android native module requires it, because Android requires the field to be set. This means that the app must set a value.If no
<OuterIdentity>is set, it should be set to the commonName of the client certificate, or the user-provided username.