Uses of Interface
org.fhirfrog.frog.smart.SmartAuthProvider

Packages that use SmartAuthProvider
Package
Description
Pluggable SMART on FHIR App Launch 2.0 auth strategies.
  • Uses of SmartAuthProvider in org.fhirfrog.frog.smart

    Classes in org.fhirfrog.frog.smart that implement SmartAuthProvider
    Modifier and Type
    Class
    Description
    final class 
    SmartAuthProvider strategy that drives the plain-HTTP PKCE authorization-code flow with Spring Security form login used by aehrc-quokka-hapi-smart's own test IdP: GET /oauth2/authorizeGET /login → scrape the CSRF token → POST /login → follow the redirect for the authorization code → POST /oauth2/token.
    final class 
    Trivial SmartAuthProvider wrapping 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).