GETTING STARTED
|
Single sign on helps with creating a simplified authentication framework. mydigitalstructure supports JSON Web Tokens (JWTs) based id tokens through the use of identity provider http services. |
|||||||||||||||
DELEGATED AUTHENTICATION | |||||||||||||||
The logon name (username) and data (eg JWT id_token) provided by the identity provider are sent to mydigitalstructure LOGON_TRUSTED endpoint, and then rather than using the mydigitalstructure LOGON authentication engine, it uses a pre-configured external webservice endpoint (URL) and trusts the "OK"/"ER" response from it. | |||||||||||||||
JWT | |||||||||||||||
JWT is a standard for exchanging tokens for authentication and authorization data between security domains. mydigitalstructure, by default, expects the logon name of the user to be an email address, as returned by the Identity Provider. |
|||||||||||||||
USING THIRD PARTY IDENTITY PROVER (IP) | |||||||||||||||
|
|||||||||||||||
OVERVIEW |
|||||||||||||||
Authentication |
Data protection using cryptography |
jwt.io |
Public-key cryptography |
Digital signatures |
Google Sign in |