SB

Results 8 comments of SB

Here's a working example of LDAP authentication in NestJS that I've created for those looking for one: https://github.com/sbrannstrom/nestjs-passport-ldap-example

I'm using @hegelstad 's example which is working great but I'm having one issue. My OpenID Connect provider can provide several different authentication methods, the only thing I need to...

@hegelstad thank you kindly, I'll give that a try :)

> @sbrannstrom I think you should create a ParamService and inject that into `OneloginStrategyFactory ` similarly to how `AuthService` is injected to the Factory. Then it will be available in...

I have the same issue as well. Is there any update on this?

Thanks @cyptus but it's not working.... I'm calling this function from ngOnInit(): ```typescript batteryStatus() { fromEvent(window, 'batterystatus').subscribe(async (status) => { this.batteryStats = status.level; console.log('Battery status: ', status); if (status.level !==...

did you REALLY write it? It seems like you've stolen this repo's code: https://github.com/winscripting/UAC-bypass/tree/master And used Invoke-Obfuscation on it. Just read this: https://www.reddit.com/r/hacking/comments/vyb1vh/comment/ig2ceiu

Same here, none of the above solutions worked for me.