---
title: Auth for On-Prem Products - PropelAuth
description: Authentication for on-prem products
canonical_url: https://www.propelauth.com/on-prem
---

# Auth for on-prem products

Complete authentication solution designed specifically for on-prem or private cloud deployments. Secure, scalable, and enterprise-ready.

## Enterprise-grade authentication for on-prem

### Exceed security requirements

Your customer maintains full control over their data. And they also get built in features like session management, enterprise SSO, SCIM, and more.

_Image showing a shield with a lock inside_

### Let your customers onboard themselves

Your application needs to connect to your customers' on-prem Identity Provider. We give them dedicated guides and testing flows for even the most complex auth setups.

_Image showing a user selecting one of our Enterprise SSO guides_

### Easy integration and deployment

Our SDKs are designed to be easy to integrate into your codebase. Deployment can be done as either an in-container sidecar or as a separate container.

```typescript
app.get('/login', auth.createLoginRoute({}))
app.get('/callback', auth.createCallbackRoute({ postLogin })

app.get('/admin/session-management', 
        requireRole('Admin'),
        auth.ui.renderSessionMagement({}))
```

## Frequently asked questions

### What does on-prem mean?

On-prem means that the product is deployed on your customer's infrastructure. This is typically either a private cloud or an on-premise data center.

### How does my customer deploy the on-prem product?

PropelAuth's on-prem product is deployed as a sidecar. This can be done in-container allowing for very fast communication over a local socket or as a separate container.

### Can I use this alongside the PropelAuth cloud product?

Yes - this is a great solution for if you're supporting both cloud and on-prem customers.

### How is pricing structured?

On-prem pricing uses a licensing model - 1 license per deployment. License pricing is determined by the size of the deployment.

## Get started

Sign up: https://auth.propelauth.com/en/signup

Request a demo: https://calendly.com/andrew-propelauth/propelauth-integration-chat
