Skip to main content
Skip table of contents

OIDServerAssociationStore (ver7.1.1)

This table is used by the third party library openid4java to persist the open id association established between the identity provider and the relying party. We do not have control over the structure of this table. It needs to be exactly as required by the library.

Column Name

Initial Version

Data Type

Description

ExpDate

7.1.1

Timestamp(6)

The time when the OpenID association expires. The Relying Party must not use the association after this time has passed. Valid values: An integer, represented in base 10 ASCII.

Handle

7.1.1

Varchar2(256)

The OpenID association handle is used as a key to refer to the OpenID association in subsequent messages. Valid values: A string 255 characters or less in length. It must consist only of ASCII characters in the range 33-126 inclusive (printable non-whitespace characters). Required.

MacKey

7.1.1

Varchar2(256)

The OpenID shared secret between the provider and the relying party.

Type 

7.1.1

Varchar2(32)

The algorithm used to encrypt the Mac Key.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.