GFlisch / Arc4u.Guidance.Doc

Other
5 stars 1 forks source link

Generated OAuth json file missing Globals/emailAddress #161

Open refactorinc opened 1 year ago

refactorinc commented 1 year ago

Describe the bug The generated json file for oauth2 doesn't include Globals/emailAddress

To Reproduce Steps to reproduce the behavior:

  1. Create blank solution
  2. Do a guidance solution generation

Expected behavior The json file for oauth2 includes Globals/emailAddress Ideally the value is the e-mail address of the user doing the generation

Desktop (please complete the following information):

Additional context Without Globals/emailAddress, an adfs registration for acc/prod is sent into some black hole. Generated code shouldn't require this level of modification by each architect for each project for each generation

rdarko commented 1 year ago

For the acc and prod the server teams should be doing the registration. We can check how easy is it for the dev and test environemnts.

refactorinc commented 1 year ago

For the acc and prod the server teams should be doing the registration. We can check how easy is it for the dev and test environemnts.

ACC and PROD it's absolutely needed because they are done with an admin account that has no e-mail address Please put it in the generation for all environments - it's way easier to modify something already there than to debug and reverse engineer