A knowledge base article about OpenID Connect (OIDC) with WordPress Authorizer provided by the UC Berkeley IT Service Hub - Knowledge Portal
The WordPress Authorizer plugin supports OpenID Connect (OIDC). This plugin can be used to integrate WordPress with CalNet's SSO system. For more information on support for OIDC see OIDC Integration with CalNet.
These are the high level steps to configure WordPress Authorizer for use with CalNet's SSO system using OIDC.
| Field | Value |
| OIDC Logins | Enable OIDC logins |
| Custom label | Sign in with CalNet |
| Issuer URL | https://auth.berkeley.edu/cas/oidc/.well-known (production) https://auth-test.berkeley.edu/cas/oidc/.well-known (test) |
| Client ID | <provided by CalNet in step 1> |
| Client Secret | <provided by CalNet in step 1> |
| Scopes | openid email profile |
| Attribute containing username | preferred_username |
| Attribute containing email | |
| Attribute containing first name | given_name |
| Attribute containing last name | family_name |
| OIDC Hosted Domain | berkeley.edu |