Steeltoe Documentation
  • Why Steeltoe
    Overview Microservices Cloud Web Applications Event Driven
  • Get Started
    Steeltoe Initializr Guides Documentation API Browser Blog
  • Projects
    Steeltoe Application Configuration Steeltoe Circuit Breakers Steeltoe Dynamic Logging Steeltoe Management Steeltoe Messaging Steeltoe Network File Shares Steeltoe Security Steeltoe Service Connectors Steeltoe Service Discovery Steeltoe Stream
  • Support
  • Community
Search Results for

    Table of Contents
    . . .
    X

    Class ConfigurationBuilderExtensions

    Inheritance
    System.Object
    ConfigurationBuilderExtensions
    Namespace: Steeltoe.Security.Authentication.CloudFoundry
    Assembly: Steeltoe.Security.Authentication.CloudFoundryCore.dll
    Syntax
    public static class ConfigurationBuilderExtensions : object

    Methods

    | Edit this page View Source

    AddCloudFoundryContainerIdentity(IConfigurationBuilder, String, String)

    Adds PEM files representing application identity to application configuration. When running outside Pivotal Platform, will create certificates resembling those found on the platform.

    Declaration
    public static IConfigurationBuilder AddCloudFoundryContainerIdentity(this IConfigurationBuilder builder, string orgId = null, string spaceId = null)
    Parameters
    Type Name Description
    IConfigurationBuilder builder

    Your

    System.String orgId

    (Optional) A GUID representing an organization, for use with SameOrganizationAuthorizationPolicy authorization policy

    System.String spaceId

    (Optional) A GUID representing a space, for use with SameSpaceAuthorizationPolicy authorization policy

    Returns
    Type Description
    IConfigurationBuilder
    X
    • Edit this page
    • View Source
    Back to top
    © 2017-2021 VMware, Inc. All Rights Reserved. • Privacy Policy • Your California Privacy Rights • Terms of Use • Trademark Guidelines