The ReDBox portal is compatible out of the box with AAF Credentials.
The config/env/development.js
or config/env/production.js
file provides the configuration objects for authorisation
auth: {
// Default brand...
default: {
active: ["aaf", "local"],
aaf: {
loginUrl: "https://rapid.test.aaf.edu.au/jwt/authnrequest/research/XXXXXX",
opts: {
secretOrKey: 'XXXXXX',
jsonWebTokenOptions: {
issuer: 'https://rapid.test.aaf.edu.au',
audience: 'https://dev-redbox.research.uts.edu.au/default/rdmp/',
ignoreNotBefore: true
}
}
}
}
}
<Main domain>/user/login_aaf