Home / Extensions & Add-Ons / OAuth 2.0 / Social Login Add-On
Authentication & Security

OAuth 2.0 / Social Login Add-On

Add-On

OAuth 2.0 client support for social login with Google, GitHub, and other identity providers.

Oorian Extension

Status
In Development

Current development status of the OAuth 2.0 / Social Login Add-On add-on.

Supported Version
TBD

The version of OAuth 2.0 / Social Login Add-On that this extension supports.

Licensing
Free

The licensing model for OAuth 2.0 / Social Login Add-On. Check their official website for full license details.

Integration
Full API Access

Oorian extensions expose the complete OAuth 2.0 / Social Login Add-On API through type-safe Java methods.

Usage Example

Here's how you'll use OAuth 2.0 / Social Login Add-On with Oorian once the extension is available:

Java
// Create and configure OAuth 2.0 / Social Login Add-On component
OAuth20SocialLoginAddOn component = new OAuth20SocialLoginAddOn();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, OAuth20SocialLoginAddOnEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.

Ready to Use OAuth 2.0 / Social Login Add-On?

Oorian makes it easy to integrate OAuth 2.0 / Social Login Add-On into your Java web applications with type-safe extensions and real-time updates.