Home Reference Source
import SalteAuthAzureProvider from '@salte-auth/salte-auth/dist/providers/azure.js'
public class | source

SalteAuthAzureProvider

Provider for Azure's Active Directory

Static Method Summary

Static Public Methods
public static

Computes the authorization endpoint

public static

Computes the deauthorization url

Static Public Methods

public static authorizeEndpoint(config: Config): String source

Computes the authorization endpoint

Params:

NameTypeAttributeDescription
config Config

configuration for salte auth

Return:

String

the authorization endpoint

public static deauthorizeUrl(config: Config): String source

Computes the deauthorization url

Params:

NameTypeAttributeDescription
config Config

configuration for salte auth

Return:

String

the deauthorization url