This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Senario. | |
| A support app which has some rest api's for | |
| Tickets ,Contacts , User Settings -> (Workflow,users,department,profiles and roles based authorisation) ,other-services | |
| integrated data api | |
| We are trying to define Oauth scopes for these .The main questions we are finding difficulty with are : | |
| - How fine granined should OAuth scopes be and what are the trade off's of fine granied vs coarse granied scopes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ticket micro service] ---> ticket stream --> [automation micro service ] ---> ? | |
| [ticket micro service] - produces a steam of ticket events | |
| [automation micro service] - need to validate a certian critera and if it matches needs to send some mail , update ticket based on user config. | |
| How can the automation micro service write back into the ticket stream or should it produce a new steam ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| runRequestWrokflow(DataObject workFlowConfig,DataObject requestDao){ | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| runRequestWrokflow(DataObject workFlowConfig,DataObject requestDao){ | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| runRequestWrokflow(DataObject workFlowConfig,DataObject requestDao){ | |
| } |