getauthenticationoauthidpprofileResult Structure Definition

The getauthenticationoauthidpprofileResult structure defines the return type for getauthenticationoauthidpprofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

authenticationoauthidpprofileList

List of authenticationoauthidpprofiles


authenticationoauthidpprofile Structure Definition

The authenticationoauthidpprofile structure defines the actual return type values for getauthenticationoauthidpprofile API.

Syntax



Members

name

Name for the new OAuth Identity Provider (IdP) single sign-on profile.

clientid

Unique identity of the relying party requesting for authentication.

clientsecret

Unique secret string to authorize relying party at authorization server.

redirecturl

URL endpoint on relying party to which the OAuth token is to be sent.

issuer

The name to be used in requests sent from Citrix ADC to IdP to uniquely identify Citrix ADC.

configservice

Name of the entity that is used to obtain configuration for the current authentication request. It is used only in Citrix Cloud.

audience

Audience for which token is being sent by Citrix ADC IdP. This is typically entity name or url that represents the recipient

skewtime

This option specifies the duration for which the token sent by Citrix ADC IdP is valid. For example, if skewTime is 10, then token would be valid from (current time - 10) min to (current time + 10) min, ie 20min in all.

defaultauthenticationgroup

This group will be part of AAA session's internal group list. This will be helpful to admin in Nfactor flow to decide right AAA configuration for Relaying Party. In authentication policy AAA.USER.IS_MEMBER_OF("") is way to use this feature.

relyingpartymetadataurl

This is the endpoint at which Citrix ADC IdP can get details about Relying Party (RP) being configured. Metadata response should include endpoints for jwks_uri for RP public key(s).

refreshinterval

Interval at which Relying Party metadata is refreshed.

encrypttoken

Option to encrypt token when Citrix ADC IDP sends one.

signatureservice

Name of the service in cloud used to sign the data. This is applicable only if signature if offloaded to cloud.

signaturealg

Algorithm to be used to sign OpenID tokens.

oauthstatus

Describes status information of oauth idp metadata fetch process.

attributes

Name-Value pairs of attributes to be inserted in idtoken. Configuration format is name=value_expr@@@name2=value2_expr@@@. '@@@' is used as delimiter between Name-Value pairs. name is a literal string whose value is 127 characters and does not contain '=' character. Value is advanced policy expression terminated by @@@ delimiter. Last value need not contain the delimiter.

sendpassword

Option to send encrypted password in idtoken.

_nextgenapiresource


See Also