Skip to content

Commit

Permalink
fix: Attach OID to Application
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ authored Sep 22, 2021
1 parent efb341b commit 4d9c623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Apps/Template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ provider "authentik" {
resource "authentik_application" "Application" {
name = "${var.AppName}"
slug = "${var.AppName}-auth"

protocol_provider = authentik_provider_oauth2.OID.id
}

resource "random_uuid" "ClientID" {
Expand Down

0 comments on commit 4d9c623

Please sign in to comment.