Inhalte aufrufen

Profilbild

Web Api - Location & Authentication


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
4 Antworten zu diesem Thema

#1 champcbg

champcbg

    Newbie

  • Members
  • Punkt
  • 8 Beiträge

Geschrieben: 28 February 2017 - 14:46

I want to be able to authenticate/ register people seemlessly from my main site.  I dont see much documentation on the webapi.

 

is it possible to add/register my current users from asp.net Identity server to smart store via the api?

Is it possible to authenticate uses via the WebApi?

 

basically i want to create an SSO integration between the sites, hopefully through an existing API.

 

Is there more documentation on the API?  such as swagger to help define the endpoints?


  • Brantot gefällt das

#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 28 February 2017 - 15:03

No, that's not possible. You cannot automatically register users through the Web API.
The Web API documentation can be found here. Swagger integration will be available with .NET 3.0. 
 

Marcus Gesing

Smartstore AG


#3 champcbg

champcbg

    Newbie

  • Members
  • Punkt
  • 8 Beiträge

Geschrieben: 28 February 2017 - 20:53

Thank I did see the link you sent about the API documentation I had read through it already.

 

I am .Net architect, thats why i was curious about swagger.  is there a roadmap for exposing the API authentication and/or registering user through the API?

 

if not I dont mind giving it a try and submitting to you guys for approval and use.



#4 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 28 February 2017 - 21:45

No, there are no plans at the moment to expose the registration through the API.


Marcus Gesing

Smartstore AG


#5 CompleteCoders

CompleteCoders

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 103 Beiträge

Geschrieben: 16 November 2017 - 19:13

@champcbg did you ever create a plugin for SSO.  I'm going to need one.