.NET SDK vs Rest API

Is the .NET SDK an encapsulation of the Rest API or are they altogether different. If so, is is complete?

TIA
— x

https://developer.okta.com/okta-sdk-dotnet/latest/api/index.html

It does use the REST API, it is not fully endpoint complete though. Currently, it supports User, Group, and Factor operations.

What do you need to do with the SDK?

Was hoping I could get a list of application object to which a user belongs after authentication. I see I can do it through the rest api, not seeing it in the .net api.

Thanks for answering.
— x

Which API endpoint are you using for that? appLinks?

It uses Rest API upto some extensions.Depending on what endpoints you are using for .net sdk you will get list of object.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.