AgentsUnited / demonstrator

Start here. This repository centralizes the other modules of Agents United into a runnable demonstrator.
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Single entry point for login #5

Open Alfiva opened 4 years ago

Alfiva commented 4 years ago

Very simple one done so far. Creates auth token. DAF and CCE use it so far.

DanielPD commented 4 years ago

@tbeinema At the moment, the single-sign-on module in flipper only transmits the authentication token through ActiveMQ after the user logs in. Is the topic selection engine picking the token up from there? Or do I need to send it also in a different way?