Testing out the SAML idp support and found that a service file is generated for this endpoint each time the server boots.
Each boot results in a new id, and evaluation order and filename.
Example:
File: RegexRegisteredService-8549171654979440640.json
serviceId: https://{CAS-URL-REMOVED}/cas/idp/profile/SAML2/Callback.*
name: RegexRegisteredService
id: 8549171654979440640
description: SAML Authentication Request Callback
It doesn't seem to be checking if a service has already been created that matches the endpoint. Even if I have a wildcard service file, a new service file will be generated.
Is this expected behavior, and how would that work with something like the git service registry?
Thanks,
M. Daley