sora666 / simplesamlphp

Automatically exported from code.google.com/p/simplesamlphp
0 stars 0 forks source link

In OAuth module, OAuth AuthStore directory is not autocreated #168

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Consumer makes request
2. OAuth tries to save OAuthToken in OAuthStore
3. /tmp/oauth does not exist, file_put_contents fails

What is the expected output? What do you see instead?

oauth_token and oauth_token secret should be printed. Instead an exception
is thrown.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by thomas.z...@freenet.de on 6 May 2009 at 8:10

GoogleCodeExporter commented 8 years ago
Fixed. Now using SQLlite storage.

Original comment by andreass...@gmail.com on 12 Nov 2009 at 12:45