Error when initiating and IDP (local) federation session.
08/21/2024][15:21:18][5332][689871920][ID_EXAMPLE][SAML2Base.java][getIdentityProviderInfo][Could not find identity provider information for idp: http://IDP.example.com.]
[08/21/2024][15:21:18][5332][689871920][ID_EXAMPLE][AuthnRequest.java][processRequest][SAML2 AuthnRequest Service get provider configuration failed. Unable to process requests.]
[08/21/2024][15:21:18][5332][689871920][ID_EXAMLE][AuthnRequest.java][processRequest][Ending SAML2 AuthnRequest Service request processing with HTTP error 400]
[08/21/2024][15:21:18][5332][689871920][ID_EXAMPLE][AuthnRequest.java][processRequest][Transaction with ID: 1c1da0c2-6faf19b5-ea83145c-62911aeb-c1362c34-9a failed. Reason: ATHR_NO_PROVIDER_ID]
A custom configuration had introduced an extra character in the Provider ID.
Removed the code that introduced the extra character and everything started working.