View Source Flowy.Utils.JwtToken.OIDCConfig (Flowy v0.1.0)
OIDC configuration to be used with JWT Token authentication
Summary
Functions
Returns the audience of the JWT token from an environment variable called OIDC_AUD
Returns the default claims for the JWT token
Returns the issuer of the JWT token from an environment variable called OIDC_ISS
Returns the JWKS URI of the JWT token from an environment variable called OIDC_JWKS_URI
Returns the PEM file to be used to verify the JWT token from an environment variable called OIDC_PEM or from the settings :flowy, :pem
Returns the public keys to be used to verify the JWT token from an environment variable called OIDC_PUBLIC_KEYS
Functions
Returns the audience of the JWT token from an environment variable called OIDC_AUD
Returns the default claims for the JWT token
Returns the issuer of the JWT token from an environment variable called OIDC_ISS
Returns the JWKS URI of the JWT token from an environment variable called OIDC_JWKS_URI
Returns the PEM file to be used to verify the JWT token from an environment variable called OIDC_PEM or from the settings :flowy, :pem
Returns the public keys to be used to verify the JWT token from an environment variable called OIDC_PUBLIC_KEYS