srvarey / openid-server

Automatically exported from code.google.com/p/openid-server
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

subdomain user url as promised... doesnt work #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
downloaded the latest svn version. tried it with win xp, vista and server 2003.

Cannot find a solution to configure the files so that user will have a
subdomained url. I can manage it only doing some mumbo jumbo with dns but
that doesnt work much neither.

Is there an easy way to do it?

Original issue reported on code.google.com by erdem...@gmail.com on 11 Mar 2008 at 2:46

GoogleCodeExporter commented 8 years ago
Configuration file: WEB-INF/openid.xml.

Modify the following parameters:
 * openid.member.openidUrlPrefix (for displaying),
 * openid.member.openidUrlSuffix (for displaying),
 * openid.member.filter.fromPattern (Mapping request to the user filter),  e.g.
        ^http://([0-9a-zA-Z]+).openid.org.cn

With dns, you should bind *.openid.org.cn(for example) to your tomcat(or jboss 
etc.).

Original comment by zhoushu...@gmail.com on 11 May 2008 at 5:47

GoogleCodeExporter commented 8 years ago

Original comment by zhoushu...@gmail.com on 20 Jun 2008 at 5:19