Jussi Räsänen
Jussi Räsänen
What's the status with this pull request? :)
I can confirm that method Lukas described works. You only have to do this once.
There are now APIs for creating [AD B2C tenants programmatically](https://docs.microsoft.com/en-us/rest/api/activedirectory/b2c-tenants/create), so is the "upstream" issue tag fixed, or is it still pending the Azure SDK for Go?
I have this issue when generating a logout request. @oniemela, node-rsa's documentation has a typo, it should be three parameters. By passing an array and an object `new NodeRSA([utility.readPrivateKey(key, passphrase),...
I solved this by using a private key that is password protected, > openssl genrsa -passout pass:foobar -out encryptKey.pem 4096 > openssl req -new -x509 -key encryptKey.pem -out encryptionCert.cer -days...
The environment variables that were mentioned above. Worked for me too.
I'm planning to do a pull request, but not making any promises _when_. :) So if somebody else notices this and has time, feel free to contribute.
I can confirm that these tests to throw an error on the latest macOS (10.13.4). ``` » gcc --version 130 ↵ Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 Apple LLVM version 9.1.0 (clang-902.0.39.2)...
GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS...
Yes! Very interesting! Running these tests through `make` makes `make` (or Python?) to crash. I tested a lot of various combinations. Running this crashes these tests: ``` .PHONY: jstest4 jstest4:...