backend
- register IDS
- enable toggle button
- add application name
- Select Skip Team Check if you want to allow external users to login without checking for the team through the Active Directory OAuth strategy.
- Select Skip Consent if you already have an active session with the IDS and want the app to skip showing the IDS consent page.
- save
(ids and idsutil services will be generated)
(use IDSAuthorisedAPIs middleware in your routes)
frontend
- in Environments set
isIDSEnabledas true. - import neutrinos-oauth-client
npm i neutrinos-oauth-client- use Use Dependancy node in
onInitto import module.
( This is the onInit of the page where you’re planning to call the login() and logout() methods.)
(make sure injectable toggle is on)
4. now we can use neutrinos-oauth-client modules methods anywhere in the page
refer these documents



