Hi @harout7,
Currently the programs page shows only the programs for which a student is enrolled in one course. So it won’t work like this for non authenticated, even if you could skip the authentication step.
In order to show the available programs, teams usually develop an application that calls the /api/v1/programs/
endpoint of the discovery service to show a catalog.
Please consider that Discovery is in process of being deprecated soon, so probably the whole programs functionality will be reviewed soon.
1 Like