Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/152 Introduce WcfSoapWithOpenIdConnect next to existing WcfSo…
…apWithWsTrust (#164) The one that bumps to v8.0 and introducing Modern Authentication to ISHRemote using OWCF. Still some polishing on timeouts and refresh to go... * #152 Moved InfoShareWcfConnectionParameter deeper in Connection folder...compiles * #152 Help of New-IshSession was still using -WsTrustIssuerUrl in examples * #152 Merged #115 branch in, compiles except for 3 errors on enum/IshFolder conversion but could be because of old OpenAPI spec json * #152 Renamed generic OpenApi to OpenApiISH30 to allow room for OpenApiAM10, restored all funky conversions from Enumerations,IShFields,IShFolder and IShFolders... it compiles... next Refresh spec json, rename Protocols and get folder to work * #152 Renamed protocol enumerations. * #152 Bumped OpenApiISH30.json to 20221229 edition which changed function definitions compared to 6 months ago... it compiles... next IshConnectionConfiguration * #152 New-IshSession got parameter -Protocol which defaults to Autodetect... it compiles... next CreateOpenApiWithOpenIdConnectConnection * #152 OpenApiISH30 NSwag version bump... it compiles... next CreateOpenApiWithOpenIdConnectConnection * #152 Extended IshConnectionConfiguration (probably move under \Connection\)... it compiles... next CreateOpenApiWithOpenIdConnectConnection perhaps align InfoShareWcfSoapConnection to IshConnectionConfiguration usage * #152 Moved IshConnectionConfiguration... it compiles... next CreateOpenApiWithOpenIdConnectConnection perhaps align InfoShareWcfSoapConnection to IshConnectionConfiguration usage * #152 GetNewBearerToken fails... it compiles... Extend with Client/Secret cmdlet parameters so they are not empty anymore perhaps align InfoShareWcfSoapConnection to IshConnectionConfiguration usage * #152 Importantant cleanup, perhaps more v8.0 then v7.1 in InfoShareWcfSoapConnection to align with IshConnectionConfiguration removing Internal/SDL realm, Lazy<> usage and ExplicitIssuer. Restored F5 debugging... it compiles... Extend with Client/Secret cmdlet parameters so they are not empty anymore * #152 New-IshSession and Test-IshSession received -ClientId and -ClientSecret parameters... it compiles... Next is either interactive mode or deep dive into folder cmdlets based on OpenApi * #152 Existing pester tests are all working... Next is either interactive mode or deep dive into folder cmdlets based on OpenApi * #152 If -ClientId/-ClientSecret are passed CredentialFlow works. System Browser crashes... Next is still interactive mode then deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient fails on PS51/NET48 but works on PS73/NET70. Enabled PS7 debugging using PS7 MSI-based installer... Hardcoded to client to Tridion_Docs_Content_Importer... System Browser returns by Query and no longer by Post requestbody, change that... When fixed on NET6, how to fix on NET48 regarding assembly references... Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient fails on PS51/NET48 but works on PS73/NET70... Hardcoded to client to Tridion_Docs_Content_Importer... NET48 issue has to do with either System.Text.Json or HTTPS/SSL, but seperate test app works?!... Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... Did force loading over AssemblyResolve in NET48 for System.Text.Json and System.Runtime.CompilerServices.Unsafe!...Next extend and document InfoShareOpenApiConnectionParameters (redirectUri, Open up hardcoded client to Tridion_Docs_Content_Importer , clean up code, check debug/verbose logging...Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... AssemblyResolve for NET48 only over class AppDomainAssemblyResolveHelper, all 4 debugs work!!... Next extend and document InfoShareOpenApiConnectionParameters (redirectUri, Open up hardcoded client to Tridion_Docs_Content_Importer , clean up code, check debug/verbose logging...Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... ValidateTokens plus some extended InfoShareOpenApiConnectionParameters (redirectUri, Open up hardcoded client to Tridion_Docs_Content_Importer , clean up code, check debug/verbose logging...Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... RedirectUri, clean up code, logging statements reviewed...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... RedirectUri, clean up code, logging statements reviewed inc keep listener alive...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... Access Management has bootstrapped ISHRemote clientId...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #4 Improve /_TestEnvironment/TestPrerequisite.Tests.ps1 to handle multiple draft-to-released status transitions availability (ME...APP08) * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... Refactoring to introduce WcfSoapWithOpenIdConnect a lot of changes needing review...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 Using OidcClient it works on PS51/NET48 and PS73/NET70!!... Refactoring to introduce WcfSoapWithOpenIdConnect a lot of changes needing review...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 WcfSoapWithOpenIdConnect over OidcClient works on PS51/NET48 and PS73/NET70!!... Refactoring Connections space regarding naming and comments...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 WcfSoapWithOpenIdConnect over OidcClient works on PS51/NET48 and PS73/NET70!!... Refactoring Connections space regarding naming and comments...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 WcfSoapWithOpenIdConnect over OidcClient works on PS51/NET48 and PS73/NET70!!... Refactoring Connections space regarding naming and comments continued...Next some Test/New-IshSession Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 WcfSoapWithOpenIdConnect over OidcClient works on PS51/NET48 and PS73/NET70!!... New-IshSession with tests is working! Next Test-IshSession with Pester tests....Later deep dive into folder cmdlets based on OpenApi * #152 WcfSoapWithOpenIdConnect over OidcClient works on PS51/NET48 and PS73/NET70!!... Test-IshSession with Pester tests is done... Get ready to release like PR, release notes, automated build....Later deep dive into folder cmdlets based on OpenApi * #152 WcfSoapWithOpenIdConnect over OidcClient works on PS51/NET48 and PS73/NET70!!... Running test, reduce superfluous session creation, release notes for v8.0... Get ready to release like PR, automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 got NuGet-Platform update, matching Assembly Redirects and working tests... Next PesterContext-checks plus release notes for v8.0... Get ready to release like PR, automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 PesterContext-checks fixed by moving Ifs in It blocks plus release notes for v8.0... Get ready to release like PR, automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 001 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 002 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 003 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 004 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 005 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 006 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 007 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 008 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 009 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 010 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 011 automated build....Later deep dive into folder cmdlets based on OpenApi * #152 PS51/NET48 and PS73/NET70 Get ready to release like PR, GitHub Actions issues 012 automated build....Later deep dive into folder cmdlets based on OpenApi --------- Co-authored-by: ddemeyer <ddemeyer@rws.com>
- Loading branch information