Тёмный

How to enable OAuth on WCF Soap Web Services 

Erik Hougaard
Подписаться 10 тыс.
Просмотров 3,7 тыс.
50% 1

Опубликовано:

 

19 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@JojoBinnenzorg
@JojoBinnenzorg Год назад
I had implemented code to get a token, but was unable to get it working. Your video was a big help. I typed the code in from what I could read in the video (could not find it in Github). After implementing it I had minor issues with setting up proper bindings, but now it works like a charm.
@matthewtindall9137
@matthewtindall9137 2 года назад
Hi Erik ... your clear example and video helped solve an issue we had for a client who in turn is very happy :-)
@larskroghreinholdt6929
@larskroghreinholdt6929 2 года назад
Hi Erik My life definitely got better after watching this video 🙂 I made another solution that worked as intended, but your method is significantly better. Have a nice day and thanks for all the great videos 🙂
@18ggvk
@18ggvk Год назад
How about Erick, thank you very much, I had been looking for a long time how to connect the token. I only knew how to use the web services token, until I stopped using soap. But with this it helps a lot. Excellent work. You are big. Greetings from Mexico.
@travelworklife717
@travelworklife717 2 года назад
How does your code currently handle refresh token/token expired? Thanks in advance
@DaleHegler
@DaleHegler Год назад
Hello. Thanks for the video series. I can't find the source code either in WCFandOAuth. There are only two files.
@Hougaard
@Hougaard Год назад
github.com/hougaard/RU-vid-Video-Sources/tree/master/wcftest_in_charp
@DaleHegler
@DaleHegler Год назад
@@Hougaard Thanks. I am missing the disconnect between the port client example and what I already have in Web References. I was using Basic before to refresh my services. That's not possible now with new BC. Assuming the wsdl are not changing which is bad idea, how would I convert the example below to use the token? I really appreciate your time if you could advise. var service = new Sales_Order_Service.Sales_Order_Service(); service.UseDefaultCredentials = false; service.Credentials = new System.Net.NetworkCredential(_BCNetworkCredentialUserName, _BCNetworkCredentialPassword, _BCNetworkCredentialDomain); var result = (from items in service.ReadMultiple(filterArray.ToArray(), null, 750) select items).ToList(); foreach (var item in result) { blah blah blah }
@nanthi1
@nanthi1 Год назад
We have a vendor who sends data in soap and rest and our security wants to have this vendor implement oauth instead of basic authentication. I saw this video and can be used for oauth authentication for soap APIs. Can u let me know the github location where I can see the 2 custom c# classes (eg, AddAuthTokenEndPointBehaviour) that you created.
@Hougaard
@Hougaard Год назад
github.com/hougaard/RU-vid-Video-Sources/tree/master/WCFandOAuth
@nanthi1
@nanthi1 Год назад
@@Hougaard Thank You
@nanthi1
@nanthi1 Год назад
When I go to the Github url, there are only 2 files and do not contain the AddAuthTokenEndPointBehaviour class file.
@ara3n
@ara3n 2 года назад
what do you need to do for on Premise to use OAuth?
@Hougaard
@Hougaard 2 года назад
I guess you'll need to activate Office 365 Auth for onpremise
@VoyageWandererVibes
@VoyageWandererVibes Год назад
Not able to find source code in git
@Hougaard
@Hougaard Год назад
It's there, somewhere :)
@VoyageWandererVibes
@VoyageWandererVibes Год назад
@@Hougaard I checked and under this repo only 2 files are there .al and .json and not the solution or project… WCFandOAuth WCF Soap.al app.json
Далее
CoreWCF - What's new and what's next
18:48
Просмотров 14 тыс.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
Does old AL code rot in Business Central?
31:09
Просмотров 1 тыс.
How to Use OData Feeds with Dynamics Business Central
43:37
Just debug, don't deploy weird apps!
11:41
Просмотров 1,4 тыс.
Michael Ovitz | All-In Summit 2024
36:18
Просмотров 106 тыс.
Dynamics 365 Business Central Web Services (ODATA)
10:36