Searched defs:OIDC (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-samples/sts-example-code/
H A DSTSPublishContext.java44 String amKeystorePath; //signed or encrypted SAML2/OIDC tokens need path to OpenAM keystore with test private-key-entry
46 If x509->SAML2/OIDC token transformations are being provided in a tls-offloaded context,
116 SAML2, OIDC, BOTH; enum constant in enum:STSPublishContext.GeneratedTokenType
123 return (BOTH.ordinal() == ordinal()) || (OIDC.ordinal() == ordinal());

Completed in 28 milliseconds