...
Validate trust marks
Use tools like jwt.io to decode and verify trust marks using the Trust Anchor's public keys.Retrieve metadata
Ensure the .well-known/openid-federation endpoint correctly serves the entity’s entity configuration:Code Block language bash curl -X GET https://your-entity.example.com/.well-known/openid-federationCheck authority hints
Verify thatauthority_hintspoints to the correct SuperiorValidate public keys
Confirm that the Trust Anchor’s public keys match those provided in your local configuration.
...