File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,9 +301,9 @@ Configure a fixed set of allowed issuer domains in `application.yml`:
301301auth0:
302302 audience: "https://api.example.com"
303303 domains:
304- - "login .acme.com"
305- - "auth.partner .com"
306- - "dev.example .com"
304+ - "brandA .acme.com"
305+ - "brandB.acme .com"
306+ - "brandC.acme .com"
307307` ` `
308308
309309Tokens whose `iss` claim matches any of these domains will be accepted. No code changes required.
Original file line number Diff line number Diff line change @@ -199,8 +199,9 @@ auth0:
199199 domain: "primary.auth0.com"
200200 audience: "https://your-api-identifier"
201201 domains:
202- - "login.acme.com"
203- - "auth.partner.com"
202+ - "brandA.acme.com"
203+ - "brandB.acme.com"
204+ - "brandC.acme.com"
204205` ` `
205206
206207# ## Option 2: Dynamic Domain Resolver
You can’t perform that action at this time.
0 commit comments