Docs Menu
API Developer Guide / middleware / pub / security / java / createOIDCProfile

Service: createOIDCProfile

This service creates an OIDC (OpenID Connect) profile for authentication.

Input Parameter:

Name Type Description
oidcProfile: Document The OIDC profile configuration.
loginHandlerAPI: String The login handler API.
clientID: String The client ID for OIDC authentication.
secret: String The secret key for OIDC authentication.
discoveryURL: String The OIDC discovery URL.
customParam.pro: String Custom parameters.
basePath: String The base path for OIDC configuration.
preferredJwsAlgo : String Preferred JWS (JSON Web Signature) algorithm.
scope : String The scope of OIDC authentication.

Output Parameter:

Name Type Description
msg: String A message indicating the result of the operation.