Zurück zur Übersicht » REST - Logon - OAuth2 - Microsoft

REST - Logon - OAuth2 - Microsoft

REST-Interface

Send oauth2 request

Generate oauth2-request to microsoft and redirect to oauth2-server.
URL
GET <application-url>/api/logon/oauth2/microsoft

Produces

Permission
-

Sample
GET http://localhost:8080/mtr-backend/api/logon/oauth2/microsoft


Send oauth2 request for update

Generate oauth2-request to microsoft and redirect to oauth2-server.
This tries to import personal data from microsofts oauth2-response in callback.
URL
GET <application-url>/api/logon/oauth2/microsoft/update

Produces

Permission
Login

Sample
GET http://localhost:8080/mtr-backend/api/logon/oauth2/microsoft/update


Handle oauth2 response

Try to login or update personal data with microsofts oauth2-response.
URL
GET <application-url>/api/logon/oauth2/microsoft/callback

Produces

Permission
-

Sample
GET http://localhost:8080/mtr-backend/api/logon/oauth2/microsoft/callback