<@U2KT3KA9L> In which way? you can't connect or ac...
# general
a
@DonkeyBot In which way? you can't connect or access Azure from NetSuite server side scripts...
d
Ah okay. Just wondering if it was a tricky job. Looking to get the single sign on working for starters
k
I had a guy spend a ton of effort trying to get that to work for someone to pass files from NS to a Sharepoint instance.
I don't think they ever figured it out.
a
It is tricky because they dont handle the same token(standard) concept NetSuite does, to be able to use their token system and access to Azure you need to present a login prompt/widow to the user client side, after the user enters the credentials then you will have a token.
@KevinJ of Kansas Is because is not possible from Server Side scripts, been there did that...
a
if youre just looking at it for SSO, this tutorial worked for me: https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/netsuite-tutorial
👍🏻 1
we ended up not using it because of some limitations with AD around roles and things like that, but the ocnnection worked fine
d
Thanks all
t
It worked for us not ideal but just SSO we used the generated Metadata file worked better then the URL