OpenID Connect (OIDC) / OAuth2 Login in coapp: Flexible and Secure Authentication
coapp has removed the LinkedIn-only login option and replaced it with a provider-agnostic OAuth2 / OpenID Connect (OIDC) solution. This allows you to connect any compatible identity provider (IdP) such as Google, Microsoft, Okta, or your own system, offering maximum flexibility and security.
Benefits of OIDC Login
Any Identity Provider: Connect the provider that fits your organization best.
Single Sign-On (SSO): Members log in using existing accounts.
Enhanced security: Use MFA and security policies of your IdP.
Seamless integration: Fully customizable login button and flow.
GDPR compliant: Secure data processing with EU-hosted infrastructure.
How to Set Up OIDC / OAuth2 Login
Go to Admin Area > Authentication > Identity Providers > Create.
Select Provider: Custom.
Authentication Type: OAuth 2.0.
Fill in these fields:
Name: The name of your provider (e.g., "Google", "Azure AD").
Client ID: Provided by your IdP.
Client Secret: Provided by your IdP.
Auth URL: Authorization endpoint of your IdP.
Token URL: Token endpoint of your IdP.
User Info URL: User info endpoint of your IdP.
Redirect URL: Your coapp redirect URL (e.g.,
https://[your-coapp-domain]/oauth2/exchange
); register this at your IdP.Scopes: Example:
openid,email,profile
Login CTA Title: Text for your login button (e.g., "Login with Google").
Sign Up CTA Title: Text for your sign up button.
Click Create to activate the provider.
Common Use Cases
Corporate SSO: Integrate with Azure AD, Okta, etc.
Associations & universities: Enable institutional logins.
Public communities: Offer Google, Apple, or other logins.
Compliance: Enforce MFA or custom security policies.
If you need help with configuration or testing, contact our support team.