Skip to content

Commit b36b9f0

Browse files
authored
Merge pull request #52 from auth0-samples/joshcanhelp-patch-1
Remove /userinfo audience
2 parents ee7df42 + 84827c4 commit b36b9f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

01-Login/server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
AUTH0_DOMAIN = env.get(constants.AUTH0_DOMAIN)
2828
AUTH0_BASE_URL = 'https://' + AUTH0_DOMAIN
2929
AUTH0_AUDIENCE = env.get(constants.AUTH0_AUDIENCE)
30-
if AUTH0_AUDIENCE is '':
31-
AUTH0_AUDIENCE = AUTH0_BASE_URL + '/userinfo'
3230

3331
app = Flask(__name__, static_url_path='/public', static_folder='./public')
3432
app.secret_key = constants.SECRET_KEY

0 commit comments

Comments
 (0)