🔑
cbSSO
  • Introduction
  • Quick Start
  • Usage
    • How It Works
    • Configuration
    • Initiating SSO
    • Handling The Identity Provider Response
    • Interception Points
    • Provider Service
  • Providers
    • Built-in Providers
      • FacebookProvider
      • GitHubProvider
      • GoogleProvider
      • MircosoftSAMLProvider
    • Custom Providers
  • cbAuth Integration
    • Enabling Integration
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Usage

Provider Service

Public Methods

  • public array function getRenderableProviderData() Use this to easily render options to initiate SSO workflows. This will return an array of structs with each having a name and url key.

  • public any function get( required name ){ Get a provider by name.

PreviousInterception PointsNextBuilt-in Providers

Last updated 10 months ago

Was this helpful?