ForgeRock / exampleOAuth2Clients

Example OAuth2 clients for standards-based profile management
ISC License
36 stars 18 forks source link

Need to use HTTPS now in examples for running the appAuthClient sample #10

Closed markcraig closed 5 years ago

markcraig commented 5 years ago

Running the sample in the README shows examples with curl 'http://....

With the latest version of the sample platform, I found I need to use curl --insecure 'https://... instead to avoid responses like this one:

<html>
<head><title>308 Permanent Redirect</title></head>
<body bgcolor="white">
<center><h1>308 Permanent Redirect</h1></center>
<hr><center>nginx/1.15.3</center>
</body>
</html>
jakefeasel commented 5 years ago

I restarted the sample from scratch and had no such trouble. It's not redirecting me to https... not sure why it is for you. Any idea?

markcraig commented 5 years ago

Thanks for testing. I do not know why.

The README has references to 6.0 product components. I think I recall seeing 6.5.0 milestones instead of 6.0 when setting up the platform sample.

jakefeasel commented 5 years ago

All samples have been updated to use the latest forgeops / forgeops-init patterns, which include SSL throughout.