If abc and xyz are provider IDs issued to two providers, then the following configuration enables the router for the SDK applications built by either provider:
- [edit]
- system {
-
- extensions {
-
- providers {
- abc;
- xyz;
- }
- }
- }