Options
All
  • Public
  • Public/Protected
  • All
Menu

Module identityprovider

@dvelop-sdk/identityprovider

npm (scoped) npm bundle size (scoped) GitHub license

This package contains functionality for the Identityprovider-App in the d.velop cloud.

Explore the docs »
Install via npm »
Check us out on GitHub »

Index

Authentication Functions

  • Returns an {@link AuthSession} based on an API-Key. API-Keys can be generated by d.velop cloud tenant administrators. The AuthSessionId should be kept secret and never be publicly available.

    import { getAuthSession } from "@dvelop-sdk/identityprovider";

    const authSession = await getAuthSession({
    systemBaseUri: "https://monster-ag.d-velop.cloud",
    authSessionId: "dQw4w9WgXcQ"
    });

    console.log(authSession);

    Parameters

    Returns Promise<AuthSession>

  • getLoginRedirectionUri(successUri: string): string
  • validateAppSessionSignature(appName: string, requestId: string, appSession: AppSession): void

Generated using TypeDoc