PIServer.IdentityServerAuthorizationEndpoint Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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