Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OidcIdpConfig

import type { OidcIdpConfig } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

OIDC IDP (identity provider) configuration.

interface OidcIdpConfig {
changePasswordUri?: string;
issuerUri?: string;
}

§Properties

§
changePasswordUri?: string
[src]

The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at myaccount.google.com. This takes precedence over the change password URL configured at customer-level. Must use HTTPS.

§
issuerUri?: string
[src]

Required. The Issuer identifier for the IdP. Must be a URL. The discovery URL will be derived from this as described in Section 4 of the OIDC specification.