Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overall authentication architecture

PASOE

Image Removed

 

NodeJS

 

Image Removed

Available authentication methods

...

Code Block
languagetext
titleCheckIsAllowedAkiomaUserAuth
    METHOD PROTECTED VOID CheckIsAllowedAkiomaUserAuth():
        IF LOOKUP("AkiomaUser", SessionManager:AllowedAuthentication) EQ 0 THEN
            UNDO, THROW NEW Exception("AkiomaUser authentication is disabled!", 1).
    END METHOD.


Overall architecture

PASOE (AkiomaUser, AD authentication)

Image Added

 

NodeJS (AD, AzureAD authentication)

 

Image Added