DC 5.4 OpenIDConnect (OIDC) configuration

OIDC is configured a lot like AAD. You need to provide 3 pieces of information:

The authority, meaning the url for the server that does the authentication, e.g., Azure.

The ClientId, provided by the Authority. This is usually some random string.

The ClientSecret, again provided by the Authority, and is also a random string.

 

Once you have those things, go into MM, and into the SSO settings, select “OpenIDConnect” as the method, and fill out the data.

As there are a lot of OIDC providers out there, we don’t provide any specific documentation, however we do need to be given an implicit grant of “ID Tokens”.

In addition the OIDC provider will like need to redirect URL for the login service, which for OIDC is:

https://{damurl}/digizuitecore/loginservice/signin-oidc