Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
update(auth0): auth0 front client config
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-capellari committed Jan 28, 2021
1 parent b86b81f commit 1ffd5c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/lucifer-front.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ resource "auth0_client" "lucifer-front" {
name = "Lucifer"
app_type = "spa"
grant_types = ["implicit", "authorization_code", "refresh_token"]
oidc_conformant = true
callbacks = ["http://localhost:4200", heroku_app.lucifer-front.web_url]
allowed_logout_urls = ["http://localhost:4200", heroku_app.lucifer-front.web_url]
web_origins = ["http://localhost:4200", heroku_app.lucifer-front.web_url]

jwt_configuration {
alg = "RS256"
}
}

resource "heroku_app" "lucifer-front" {
Expand Down

0 comments on commit 1ffd5c9

Please sign in to comment.