We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a3dad commit cf85a6cCopy full SHA for cf85a6c
generators/dotnetcore/generator.js
@@ -45,6 +45,9 @@ export default class extends BaseApplicationGenerator {
45
if (this.jhipsterConfig.jwtSecretKey === undefined) {
46
this.jhipsterConfig.jwtSecretKey = createBase64Secret(this.options.reproducibleTests);
47
}
48
+ if(this.jhipsterConfig.authenticationType === 'oauth2') {
49
+ this.jhipsterConfig.syncUserWithIdp = true;
50
+ }
51
},
52
});
53
0 commit comments