Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPermissions ¶
GetPermissions parses visas and finds matching dataset names from the database, returning a list of matches
Types ¶
type OIDCDetails ¶
type OIDCDetails struct { Issuer string `json:"issue"` Userinfo string `json:"userinfo_endpoint"` JWK string `json:"jwks_uri"` }
OIDCDetails is used to draw the response bytes to a struct
var Details OIDCDetails
Details stores an OIDCDetails struct
func GetOIDCDetails ¶
func GetOIDCDetails(url string) (OIDCDetails, error)
GetOIDCDetails requests OIDC configuration information
Click to show internal directories.
Click to hide internal directories.