Re: [cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Stephen Welsh
The following may be a possibility to programatically update the SecretToken: https://stackoverflow.com/questions/54484428/how-to-update-secret-token-property-in-azure-ad-synchronization-api Basically a HTTP PUT, so just a matter of figuring out the authentication to the Azure API & getting the

Re: [cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Anthony Holloway
Ok, so it's one-liner to pull an OAuth token from my webex account for an integration which doesn't exist (or at least, it doesn't require me to create one first, nor does it create one for me). Since there is nothing to look at, after the link is processed, it almost seems like a better idea to c

Re: [cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Lelio Fulgenzi
You mean like, “what’s this big red button do?” --- Lelio Fulgenzi, B.A. | Senior Analyst Computing and Communications Services | University of Guelph Room 037 Animal Science & Nutrition Bldg | 50 Stone Rd E | Guelph, ON | N1G 2W1 519-824-4120 Ext. 56354 | le...@uoguelph.ca

Re: [cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Ryan Ratliff (rratliff)
The URL is just a shortcut way to get an OAuth token for the integration. You can easily do the same thing via the API if you had to. Look at the URL itself: https://idbroker.webex.com/idb/oauth2/v1/authorize Here are the parameters for the GET request (leaving the %-encoded characters because

Re: [cisco-voip] Do you need TMS to get OBTP

2019-08-07 Thread Ryan Huff
To do OBTP on prem; TMS/TMS-XE. If you want to go the cloud registration route for the endpoint, Expressway-C/management connector and Hybrid calendar connector (on-prem Exchange) or cloud (Webex) calendar (O365 or Google) Sent from my iPhone On Aug 7, 2019, at 12:39, Jonathan Charles mailto:j

Re: [cisco-voip] Do you need TMS to get OBTP

2019-08-07 Thread Jonathan Charles
Thanks, looks like they are gonna get both then... trying to convince them to go cloud registered but they are afraid of it. I think once they see the pricetag they will change their minds. Jonathan On Wed, Aug 7, 2019 at 11:41 AM Matthew Loraditch < mloradi...@heliontechnologies.com> wrote: >

Re: [cisco-voip] Do you need TMS to get OBTP

2019-08-07 Thread Matthew Loraditch
If you are doing booking in outlook you will need TMS XE Matthew Loraditch Sr. Network Engineer p: 443.541.1518 w: www.heliontechnologies.com | e: mloradi...@heliontechnologies.com From: Jonathan Charles Sent: Wednesday, August 7, 2019 12:39 PM To: Matthew Loraditch Cc: cisco-voip@puck.nether.n

Re: [cisco-voip] Do you need TMS to get OBTP

2019-08-07 Thread Myron Young
Is it the same if environment is using O365? Still need TMS or Expressway connector can connect to O365 since that is also in the cliud On Aug 7, 2019, at 12:37 PM, Matthew Loraditch mailto:mloradi...@heliontechnologies.com>> wrote: You need TMS. Something has to publish the schedule to the en

Re: [cisco-voip] Do you need TMS to get OBTP

2019-08-07 Thread Jonathan Charles
OK, do we need TMS XE as well, or can the Calendar Connector handle it? (they are O365) Thanks! On Wed, Aug 7, 2019 at 11:36 AM Matthew Loraditch < mloradi...@heliontechnologies.com> wrote: > You need TMS. Something has to publish the schedule to the endpoints, on > prem that’s TMS. In the clo

Re: [cisco-voip] Do you need TMS to get OBTP

2019-08-07 Thread Matthew Loraditch
You need TMS. Something has to publish the schedule to the endpoints, on prem that’s TMS. In the cloud that’s Webex. Matthew Loraditch Sr. Network Engineer p: 443.541.1518 w: www.heliontechnologies.com | e: mloradi...@heliontechnologies.com From: cisco-voip On Behalf Of Jonathan Charles Sent:

[cisco-voip] Do you need TMS to get OBTP

2019-08-07 Thread Jonathan Charles
Have a customer with CUCM 10.5 and they want to register video endpoints locally to CCM. They do not have TMS, but they want OBTP... can we just install an Expressway Connector and use the Webex Hybrid cloud to use @webex and @meet to get OBTP without TMS? Jonathan _

Re: [cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Anthony Holloway
Thank you for that confirmation. It's concerning to me that the note below the URL says: "We recommend that you paste this value into a text file and save it, so that you have a record of the token in case the URL is not available any more." Considering the token expires every 365 days. I sure

Re: [cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Anthony Holloway
I should have also mentioned, every time I access the URL in step 6, I get a different Secret Token. It would be good to know if this action is invalidating the previous tokens, or if they're all active for 365 days. Since we cannot stop Admins from accessing that URL, I'd hope it's the latter, b

Re: [cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Matthew Loraditch
FWIW the Cisco documents say the same thing: https://help.webex.com/en-us/aumpbz/Synchronize-Azure-Active-Directory-Users-into-Cisco-Webex-Control-Hub Matthew Loraditch Sr. Network Engineer p: 443.541.1518 w: www.heliontechnologies.com | e: mloradi...@heliontechnologies.com From: cisco-voip On

[cisco-voip] Azure to Webex User Provisioning and Tokens

2019-08-07 Thread Anthony Holloway
I'm using the following link: https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/cisco-webex-provisioning-tutorial And in step 6 it describes how to obtain the secret token from Cisco, to input into Azure. It notes that the token is valid for 365 days, however, in my testing it's

Re: [cisco-voip] Azure MFA/Unity Connection UM

2019-08-07 Thread Matthew Loraditch
We are using MS Authenticator. Yes MFA works in general for OWA, Azure Portal, etc. etc. Matthew Loraditch Sr. Network Engineer p: 443.541.1518 w: www.heliontechnologies.com | e: mloradi...@heliontechnologies.com From: Scott Voll Sent: Wednesday, August 7, 2019 11:22 AM To: Matthew Loraditch C

Re: [cisco-voip] Azure MFA/Unity Connection UM

2019-08-07 Thread Scott Voll
So i'm assuming you have it working on admin side, your just working on the UM part? What are you using for MFA? On Mon, Aug 5, 2019 at 9:51 AM Matthew Loraditch < mloradi...@heliontechnologies.com> wrote: > Anyone out there have MFA enabled for ALL users and have UM in UCXN? We > are a MS Partn

Re: [cisco-voip] do installs outside of mexico need to worry about this?

2019-08-07 Thread Scott Voll
I'm assuming it would not affect us. we would still dial 9 011 our international pattern allows for non fixed digit length. YMMV. Scott On Tue, Aug 6, 2019 at 12:05 PM Lelio Fulgenzi wrote: > > https://www.cisco.com/c/en/us/support/web/mexico-dial-plan-change.html > > I don't see any COP