User-defined authentication requirements, including support for JSON Web Token (JWT) .
| JSON representation |
|---|
{ "providerId" : string , "audiences" : string } |
| Fields | |
|---|---|
providerId
|
Example:
|
audiences
|
NOTE: This will be deprecated soon, once AuthProvider.audiences is implemented and accepted in all the runtime components. The list of JWT audiences
. that are allowed to access. A JWT containing any of these audiences will be accepted. When this setting is absent, only JWTs with audience "https:// Example:
|

