Uses of Interface
org.fhirfrog.frog.smart.SmartAuthProvider
Packages that use SmartAuthProvider
-
Uses of SmartAuthProvider in org.fhirfrog.frog.smart
Classes in org.fhirfrog.frog.smart that implement SmartAuthProviderModifier and TypeClassDescriptionfinal classSmartAuthProviderstrategy that drives the plain-HTTP PKCE authorization-code flow with Spring Security form login used byaehrc-quokka-hapi-smart's own test IdP:GET /oauth2/authorize→GET /login→ scrape the CSRF token →POST /login→ follow the redirect for the authorization code →POST /oauth2/token.final classTrivialSmartAuthProviderwrapping a pre-obtained access token, for targets where the token is fetched out-of-band (e.g. a token pasted in from a manual browser login, or obtained by some other tool entirely outside fhir-frog).