1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 12:10:04 +00:00

chore(merge): pull in changes from master

This commit is contained in:
Krishna Acondy
2021-06-22 07:41:42 +01:00
3 changed files with 25 additions and 16 deletions

View File

@@ -60,6 +60,15 @@ export class AuthManager {
}
if (loggedIn) {
if (this.serverType === ServerType.Sas9) {
const casAuthenticationUrl = `${this.serverUrl}/SASStoredProcess/j_spring_cas_security_check`
await this.requestClient.get<string>(
`/SASLogon/login?service=${casAuthenticationUrl}`,
undefined
)
}
this.loginCallback()
}