PIServer.IdentityServerAuthorizationEndpoint Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that returns the Authorization Endpoint for the Identity Server for the .
Will match unless connecting to a different RSSO Server.
Namespace: OSIsoft.AF.PI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string IdentityServerAuthorizationEndpoint { get; }
Public ReadOnly Property IdentityServerAuthorizationEndpoint As String Get Dim instance As PIServer Dim value As String value = instance.IdentityServerAuthorizationEndpoint
public: property String^ IdentityServerAuthorizationEndpoint { String^ get (); }
member IdentityServerAuthorizationEndpoint : string with get