OpenShift Service Account Login (okdServiceLogin)

The configuration of social login for OpenShift service accounts.

NameTypeDefaultDescription

apiResponseCacheTime

A period of time with millisecond precision

600s

The length of time for which the social login feature caches the response from the user validation API. If a response is cached and the length of time that is specified by this attribute has passed, a new request to the user validation API is sent. Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), seconds (s), or milliseconds (ms). For example, specify 500 milliseconds as 500ms. You can include multiple values in a single entry. For example, 1s500ms is equivalent to 1.5 seconds.

authFilterRef

A reference to top level authFilter element (string).

Specifies the authentication filter reference.

id

string

okdServiceLogin

The unique ID.

realmName

string (with whitespace trimmed off)

The realm name for this social media.

sslRef

A reference to top level ssl element (string).

Specifies an ID of the SSL configuration that is used to connect to the social media.

userValidationApi

string (with whitespace trimmed off)

https://openshift.default.svc/apis/user.openshift.io/v1/users/~

URL that is used to retrieve information about a user from a token.

okdServiceLogin > authFilter

Specifies the authentication filter reference.

Expand
okdServiceLogin > authFilter > cookie

A unique configuration ID.

Expand
okdServiceLogin > authFilter > host

A unique configuration ID.

Expand
okdServiceLogin > authFilter > remoteAddress

A unique configuration ID.

Expand
okdServiceLogin > authFilter > requestHeader

A unique configuration ID.

Expand
okdServiceLogin > authFilter > requestUrl

A unique configuration ID.

Expand
okdServiceLogin > authFilter > userAgent

A unique configuration ID.

Expand
okdServiceLogin > authFilter > webApp

A unique configuration ID.