oauth2-app-generator
jd4883/oauth2-app-generator/okta
Terraform Module
HCL
OKTA
Install
module "oauth2-app-generator" {
source = "jd4883/oauth2-app-generator/okta"
version = "2.1.4"
}
README
terraform-oauth2-app-generator-okta Automates generation of okta oauth configurations for a given app; used in conjunction with the docker terraform NOTE: this readme is a WIP and will be updated with useful how-to information at a later time
Inputs (12)
| Name | Type | Description | Default |
|---|---|---|---|
| label | string | required | |
| name | string | required | |
| domain | string | required | |
| string | required | ||
| urls | list(string) | required | |
| auth_method | string | "client_secret_post" | |
| grant_types | list | [
"authorization_code",
"implicit"
] | |
| status | string | "ACTIVE" | |
| key_rotation | bool | true | |
| logo_uri | string | "" | |
| response_types | list | [
"code",
"id_token"
] | |
| type | string | "web" |
Outputs (5)
client_secretcookie_secretoauth_portappclient_idResources (4)
okta_app_oauthokta_app_userrandom_integerrandom_string
Details
FrameworkTerraform Module
LanguageHCL
Version2.1.4
Cloud OKTA
Total downloads1.8k
Inputs12
Outputs5
Resources4
Namespacejd4883
Updated