GetServiceProvider returns the Service Provider metadata for the service provider ID, which is typically the service provider's metadata URL. If an appropriate service provider cannot be found then the returned error must be os.ErrNotExist.
(r *http.Request, serviceProviderID string)
| 69 | // metadata URL. If an appropriate service provider cannot be found then |
| 70 | // the returned error must be os.ErrNotExist. |
| 71 | GetServiceProvider(r *http.Request, serviceProviderID string) (*EntityDescriptor, error) |
| 72 | } |
| 73 | |
| 74 | // AssertionMaker is an interface used by IdentityProvider to construct the |
no outgoing calls
no test coverage detected