1. Packages
  2. Authentik Provider
  3. API Docs
  4. getProviderOauth2Config
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik

authentik.getProviderOauth2Config

Explore with Pulumi AI

authentik logo
authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik

    Get OAuth2 provider config

    Using getProviderOauth2Config

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getProviderOauth2Config(args: GetProviderOauth2ConfigArgs, opts?: InvokeOptions): Promise<GetProviderOauth2ConfigResult>
    function getProviderOauth2ConfigOutput(args: GetProviderOauth2ConfigOutputArgs, opts?: InvokeOptions): Output<GetProviderOauth2ConfigResult>
    def get_provider_oauth2_config(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   provider_id: Optional[float] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetProviderOauth2ConfigResult
    def get_provider_oauth2_config_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   provider_id: Optional[pulumi.Input[float]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetProviderOauth2ConfigResult]
    func GetProviderOauth2Config(ctx *Context, args *GetProviderOauth2ConfigArgs, opts ...InvokeOption) (*GetProviderOauth2ConfigResult, error)
    func GetProviderOauth2ConfigOutput(ctx *Context, args *GetProviderOauth2ConfigOutputArgs, opts ...InvokeOption) GetProviderOauth2ConfigResultOutput

    > Note: This function is named GetProviderOauth2Config in the Go SDK.

    public static class GetProviderOauth2Config 
    {
        public static Task<GetProviderOauth2ConfigResult> InvokeAsync(GetProviderOauth2ConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetProviderOauth2ConfigResult> Invoke(GetProviderOauth2ConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProviderOauth2ConfigResult> getProviderOauth2Config(GetProviderOauth2ConfigArgs args, InvokeOptions options)
    public static Output<GetProviderOauth2ConfigResult> getProviderOauth2Config(GetProviderOauth2ConfigArgs args, InvokeOptions options)
    
    fn::invoke:
      function: authentik:index/getProviderOauth2Config:getProviderOauth2Config
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of this resource.
    Name string
    Find provider by name
    ProviderId double
    Find provider by ID
    Id string
    The ID of this resource.
    Name string
    Find provider by name
    ProviderId float64
    Find provider by ID
    id String
    The ID of this resource.
    name String
    Find provider by name
    providerId Double
    Find provider by ID
    id string
    The ID of this resource.
    name string
    Find provider by name
    providerId number
    Find provider by ID
    id str
    The ID of this resource.
    name str
    Find provider by name
    provider_id float
    Find provider by ID
    id String
    The ID of this resource.
    name String
    Find provider by name
    providerId Number
    Find provider by ID

    getProviderOauth2Config Result

    The following output properties are available:

    AuthorizeUrl string
    Generated.
    Id string
    The ID of this resource.
    IssuerUrl string
    Generated.
    JwksUrl string
    Generated.
    LogoutUrl string
    Generated.
    ProviderInfoUrl string
    Generated.
    TokenUrl string
    Generated.
    UserInfoUrl string
    Generated.
    Name string
    Find provider by name
    ProviderId double
    Find provider by ID
    AuthorizeUrl string
    Generated.
    Id string
    The ID of this resource.
    IssuerUrl string
    Generated.
    JwksUrl string
    Generated.
    LogoutUrl string
    Generated.
    ProviderInfoUrl string
    Generated.
    TokenUrl string
    Generated.
    UserInfoUrl string
    Generated.
    Name string
    Find provider by name
    ProviderId float64
    Find provider by ID
    authorizeUrl String
    Generated.
    id String
    The ID of this resource.
    issuerUrl String
    Generated.
    jwksUrl String
    Generated.
    logoutUrl String
    Generated.
    providerInfoUrl String
    Generated.
    tokenUrl String
    Generated.
    userInfoUrl String
    Generated.
    name String
    Find provider by name
    providerId Double
    Find provider by ID
    authorizeUrl string
    Generated.
    id string
    The ID of this resource.
    issuerUrl string
    Generated.
    jwksUrl string
    Generated.
    logoutUrl string
    Generated.
    providerInfoUrl string
    Generated.
    tokenUrl string
    Generated.
    userInfoUrl string
    Generated.
    name string
    Find provider by name
    providerId number
    Find provider by ID
    authorize_url str
    Generated.
    id str
    The ID of this resource.
    issuer_url str
    Generated.
    jwks_url str
    Generated.
    logout_url str
    Generated.
    provider_info_url str
    Generated.
    token_url str
    Generated.
    user_info_url str
    Generated.
    name str
    Find provider by name
    provider_id float
    Find provider by ID
    authorizeUrl String
    Generated.
    id String
    The ID of this resource.
    issuerUrl String
    Generated.
    jwksUrl String
    Generated.
    logoutUrl String
    Generated.
    providerInfoUrl String
    Generated.
    tokenUrl String
    Generated.
    userInfoUrl String
    Generated.
    name String
    Find provider by name
    providerId Number
    Find provider by ID

    Package Details

    Repository
    authentik goauthentik/terraform-provider-authentik
    License
    Notes
    This Pulumi package is based on the authentik Terraform Provider.
    authentik logo
    authentik 2025.2.0 published on Monday, Mar 24, 2025 by goauthentik