由买买提看人间百态

topics

全部话题 - 话题: saml
1 2 下页 末页 (共2页)
j**z
发帖数: 109
1
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
what kind of assertion debug tool did you find?
You'll need first to make sure you are posting the entire message as the
bank instructed, the entire HTML post, not just the SAML
After that the only thing you can do is to see if your SAML assertion is in
a good SAML/XML format, with all required SAML elements. You'll need to talk
to your bank folks, they normally has detail debug info in their log.
Normally we don't expose these details for security reasons.
j*******y
发帖数: 965
2
来自主题: BuildingWeb版 - Anyone know SAML 2.0 and OpenSAML ? (转载)
【 以下文字转载自 Java 讨论区 】
发信人: jasperboy (jasper), 信区: Java
标 题: Anyone know SAML 2.0 and OpenSAML ?
关键字: SAML
发信站: BBS 未名空间站 (Fri Jul 23 18:36:02 2010, 美东)
Anyone know SAML 2.0 and OpenSAML ?
any example for it? Links?
Thanks
j**z
发帖数: 109
3
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
Not particularly familiar with OpenSAML. But from its web site, it says it
is a just library, and do not provide a complete SAML identity (IdP) or
service provider (SP). You'll need IdP and SP to get things working.
SAML itself is a fairly complicated process, there are at least five or six
steps behind the scene between clicking the SSO link to the landing page. I
found wikipedia has a good explanation of SAML. Google also provide some SSO
API. PingIdentity is a decent vendor with good document
j**z
发帖数: 109
4
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
Assuming the bank is the SP, they should tell you what URL your should post
SAML assertion to, URL of the landing page (optional), and attributes used
within SAML (assuming you are using browser post). You two also need to
exchange certificates for encryption and signature purpose.
Don't know mFoundry, however, SAML is a standard, the point to use standard
is to have a vendor independent solution. I can't think about a reason you
have to use mFoundry.
In PingFederate server, you can set up a Id
j*******y
发帖数: 965
5
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
Now we meet a new problem. Our system is very old, still use Java 1.4. The
SAML I just create is using opensaml-2.3.3.jar which support by Java 1.5. I
have to go back opensaml-1.1.jar which support by Java 1.4.
Using org.opensaml.SAMLResponse in opensaml-1.1b.jar to create assertion
responses. The assertion response looks like:

......
j*******y
发帖数: 965
6
来自主题: Programming版 - Anyone know SAML 2.0 and OpenSAML ? (转载)
【 以下文字转载自 Java 讨论区 】
发信人: jasperboy (jasper), 信区: Java
标 题: Anyone know SAML 2.0 and OpenSAML ?
关键字: SAML
发信站: BBS 未名空间站 (Fri Jul 23 18:36:02 2010, 美东)
Anyone know SAML 2.0 and OpenSAML ?
any example for it? Links?
Thanks
j*******y
发帖数: 965
7
【 以下文字转载自 Java 讨论区 】
发信人: jasperboy (jasper), 信区: Java
标 题: Anyone know SAML 2.0 and OpenSAML ?
关键字: SAML
发信站: BBS 未名空间站 (Fri Jul 23 18:36:02 2010, 美东)
Anyone know SAML 2.0 and OpenSAML ?
any example for it? Links?
Thanks
j*******y
发帖数: 965
8
【 以下文字转载自 Java 讨论区 】
发信人: jasperboy (jasper), 信区: Java
标 题: Anyone know SAML 2.0 and OpenSAML ?
关键字: SAML
发信站: BBS 未名空间站 (Fri Jul 23 18:36:02 2010, 美东)
Anyone know SAML 2.0 and OpenSAML ?
any example for it? Links?
Thanks
j**z
发帖数: 109
9
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
1. you are supposed to return the above HTML to the client browser, as the
result/respones when user click the SSO link. The browser will POST the data
to the bank site by .
2. Value of SAMLResponse is based 64 encoded, and url encoded SAML assertion
. SAML Assertion uses XML. You should be able to read it and understand the
structure.
3. You are not sending keystore, you are suppose to send public key file.
Keystore is where Java reads keys f
j*******y
发帖数: 965
10
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
Anyone know SAML 2.0 and OpenSAML ?
any example for it? Links?
Thanks
j*******y
发帖数: 965
11
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
Today they provide certificates, URL which we should redirect to, many jar
files, and some code for SAML hand off.

base64 encoded string”/>



1) They ask me
c*c
发帖数: 447
12
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
why don't you just use some opensource SAML framework, so you can focus more
on business requirements. It'll be painful to manage federation parterners
when the business grows.

right
j********e
发帖数: 16
13
来自主题: Java版 - Anyone know SAML 2.0 and OpenSAML ?
如果你使用saml做权限认证,那么我建议你使用Ralasafe。可以深入数据级进行权限认
证,没有学习成本,图形化界面,没有什么开发工作量。
这是我们团队开发的开源产品,基于MIT协议的。www.ralasafe.org
C****i
发帖数: 1776
14
来自主题: TrustInJesus版 - 神學教育典範﹕神學生必讀書目
神學教育典範﹕神學生必讀書目
A CLASSIC SEMINARY EDUCATION:
My Recommended Reading List
What the 21st century longs and needs to see, are Christians and
churches w
ho have a message to proclaim. Do you know what you believe? Building one
's own theological foundation is a life time task. It may involve going to s
eminary, or it may not. Not everyone has that opportunity. Sadly, very oft
en a seminary degree does not mean a solid foundation in the doctrines of th
e Bible. However you can launch ou... 阅读全帖
g****t
发帖数: 31659
15
程基本上算是KAM方向的。文是samle方向的。
你去看samle 的引用还比moser多呢。
再者,文当院士的时候引用也比程多吗?
d**********2
发帖数: 684
16
来自主题: Military版 - 比尔盖茨还是很会混啊
It is easy to say than to do. He thought DOS worthy the investment and he
made it big. He also hired people to write windows code and made it popular
with legal means. He has vision too.
If you can see the potential and do something, you would be bill gates too.
the samle like chairman mao: he never fought with a gun at the frontline-if
he did, he would be killed long time ago-but he knew who he should hire and
HU-YOU others to die for his agenda. he succeeded and became a winner and
fucked a lo... 阅读全帖
j******a
发帖数: 1582
17
看来你还是无法理解bias的含义啊
你"认识或知道的" "常驻中国人"这个samle bias太大了
例如那些上完学到其他地方工作的呢?他们后来的人际来往你很难观察到吧
而这些人的人数逐年累计起来,远超常驻人口啊
这就是为什么我从根本上反对把主观感受当做客观事实的原因
个人能观察到的实在有限
但很多人认识不到这一点

法。
m*****t
发帖数: 16663
18
来自主题: Military版 - 你们就是看热闹
根本不是真的同情章女。
作为家属,最大的愿望就是人还活着而不是把嫌犯治罪,章家人希望FBI全力寻找samle
女孩是非常正常的人类感情,哪怕只有一丝希望,也希望女儿还在人世。
你们就是一群看热闹的,事不嫌大,章家人的诉求非常可以理解,说不定真的有奇迹,
而你们以前的伪善表演让人恶心。
l****p
发帖数: 27354
19
来自主题: Military版 - 你们就是看热闹
这里经常让你恶心,你为啥来啊?

samle
x********e
发帖数: 35261
20
来自主题: Military版 - 你们就是看热闹
先扇自己两耳光吧

samle
M*****n
发帖数: 16729
21
来自主题: Faculty版 - 收到第一个onsite,兼请教问题
research seminar 就讲你已经做了的.
proposal seminar就讲你打算以后要做的。
samle class有没有指定什么课?如果没有指定,那就拿你最拿手的拉,
找课本某一章,做个45分钟的lecture, 编一个当堂的quiz
俺看这个就差不多了。如果你还是不明白,可以问chair一下具体的format之类的。
j***n
发帖数: 301
22
来自主题: JobHunting版 - Multiple Openings at Yahoo! Membership Team
If you have been following up with things you might not be surprised that we
have multiple software engineer positions here at Yahoo again! The openings
are mainly for Y! Membership team, which is in charge of all Y! account
life cycle management. The job duties include but are not limited to: large
scale system design, implementation and maintenance; concurrent programming,
web development using C/C++/PHP; Hadoop programing, etc. Whether you are a
freshly graduated/graduating student looking fo... 阅读全帖
f****g
发帖数: 313
23
来自主题: JobHunting版 - Application Security Engineer职业前景
I am working at application Security industry for a year, and I am still a
newbie:-) But I love to share my $0.02.
Knowledge and Skill sets:
If you are working in Web Security:
* Web technology stack, from the most basic principle like same domain
origin policy to latest technology like PostMessage, WebSocket etc.
* OWASP Top 10 Web Security Vulnerabilities
* Applied cryto. How to generate PRNG? How to store customers' password?
what is the crypto algorithms/libraries you are going to suggest d... 阅读全帖
c********t
发帖数: 4527
24
来自主题: JobHunting版 - Application Security space in a nutshell
Simply from Wiki:
Application security encompasses measures taken throughout the application's
life-cycle to prevent exceptions in the security policy of an application
or the underlying system (vulnerabilities) through flaws in the design,
development, deployment, upgrade, or maintenance of the application.
Applications only control the use of resources granted to them, and not
which resources are granted to them. They, in turn, determine the use of
these resources by users of the application t... 阅读全帖
s*****r
发帖数: 43070
25
single sign on? SAML 和 OAuth
s******e
发帖数: 108
26
来自主题: JobHunting版 - ebay refer fresh graduate
send your resume to charlesriver2010 AT yahoo.com
software engineer 2(master or fresh graduate with 1/2 years is ok)
Location: San Jose, CA
Team:
As part of the Trust and Identity team in eBay you will be work on
products relating to Identity Services (Authentication,
Authorization, User Management, Identity verification
and Web Services security), Device Fingerprinting,
Account linking/entity resolution, and ID Federation
protocols (OAuth, SAML, WS-Security, OpenID, SCIM).
You will build and su... 阅读全帖
n********r
发帖数: 92
27
我试着回答一些,期望能抛砖引玉
比较高级一些的技术目前有
Identity Management(IdM)
Identity Federation
Identity and Access Management (IAM)
Single Sign On(SSO)/Single Log Out(SLO)
Mutli-Factor Authentication (MFA)
SAML/OAuth/OpenID/Secure Token-STS
基础一些的知识有
Authentication/Authorization/Entitlement/Encryption/Decryption
Message Integrity
Non-Repudication
Message Digest
Digital Certificate
Digital Signature
SSL/TLS
PKI
n********r
发帖数: 92
28
我试着回答一些,期望能抛砖引玉
比较高级一些的技术目前有
Identity Management(IdM)
Identity Federation
Identity and Access Management (IAM)
Single Sign On(SSO)/Single Log Out(SLO)
Mutli-Factor Authentication (MFA)
SAML/OAuth/OpenID/Secure Token-STS
基础一些的知识有
Authentication/Authorization/Entitlement/Encryption/Decryption
Message Integrity
Non-Repudication
Message Digest
Digital Certificate
Digital Signature
SSL/TLS
PKI
c*******e
发帖数: 373
29
我大概列一下吧。
学安全我觉得最好是在工作中学习,比如在自己的组里,主动挑头,研究一下本项目安
全开发上面可以做哪些事情?有目的的,逐渐研究学习。如果为了学而学,可能会比较
茫然,因为分支领域多而杂。
安全开发流程
============
微软是先驱,他们的主页,应该足够学一阵子了
https://www.microsoft.com/en-us/sdl/
先从安全开发流程看起,也避免了过早陷入大量技术细节,导致茫然
web安全开发
===========
www.owasp.org 是一个web安全开发的综合性网站,有用的信息挺多
1. https://www.owasp.org/images/5/52/OWASP_Testing_Guide_v4.pdf 是安全测试指南
2. 安全开发指南也有,但是目前还是未完稿状态。网站上能找到链接,我就不贴了
3. 著名的OWASP top 10,搞安全的跟人打招呼专用
https://www.owasp.org/index.php/Top_10_2013-Top_10
4. https://www.owasp.org/index.php/Ch... 阅读全帖
B***S
发帖数: 73
30
来自主题: JobHunting版 - java position in Columbus Ohio
Contractor
Critical Functions:
• Experience developing highly scalable and composable RESTful APIs
(JSON, API design, HATEOAS, Swagger, Hypermedia, JSON-LD, HAL)
• Experience with REST frameworks solutions such as: SpringBoot or
Dropwizard, Apache CXF/Axis
• Authentication and authorization standards such as SAML, JWT,
OAuth, OpenID, WS-Federation, OKTA
• Experience with Oracle (relational concepts, SQL, JDBC,
connection pooling)
• Experience in SDL... 阅读全帖
s*****r
发帖数: 43070
31
用过SAML的飘过,那不是一般的蛋疼,而是真蛋疼
一般的security layer还好了,和filter一个意思,无非就是authentication加上
authorization
s*******a
发帖数: 55
32
来自主题: JobHunting版 - Senior Software Architect Austin,TX
如果感兴趣,请站内你的email。
Job Description
FICO Identity Resolution Engine (IRE) is a leading entity resolution and
link analysis software solution. Using enterprise and third-party data,
FICO Identity Resolution Engine discovers social network relationships
between people, entities and activities and provides actionable fraud
analytics.
IRE is put to use in numerous industries across both public and private
sectors, to target the detection of organized fraud rings, financial crimes
through bust-out fra... 阅读全帖
p*********g
发帖数: 22025
33
来自主题: PennySaver版 - Free sample
•Hugo Boss offers HUGO Just Different Mens Fragrance Sample for FREE.
http://www.hugo.com/freesample.php
•Perricone MD offers Perricone MD Samles for Free.
http://blog.perriconemd.com/thank-you/
•Boss offers Free Samples Boss Orange Fragrances
http://www.boss-fragrances.co.uk/bossorange/male/gb/sample/
q*d
发帖数: 22178
34
☆─────────────────────────────────────☆
milkswan (好花堪折直须折) 于 (Thu Apr 1 09:53:32 2010, 美东) 提到:
看了那个中国幼儿园的食谱,我觉得很好。
一些人再那里挑刺,说不健康之类的,营养不够什么的,那咱就贴个孩子在美国幼儿园
的食谱,比较一下。
Child meal pattern food components:
MONDAY 3/29/10
BREAKFAST
Milk ,Fruit Cocktail, Muffins
LUNCH
Milk, Chicken Drumsticks Alt: Cheese cubes , Hash brown potatoes ,Charoses (
apple dish)
Matzo Crackers
Snack:
Milk and Fig Newtons
TUESDAY 3/30/10
BREAKFAST
Milk, Grape Juice and Cereal
Lunch
Milk, Hot Dogs (beef) alt: Veggie Dog , ... 阅读全帖
c********t
发帖数: 4527
35
【 以下文字转载自 JobHunting 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: JobHunting
标 题: Application Security space in a nutshell
发信站: BBS 未名空间站 (Mon Dec 10 16:18:35 2012, 美东)
Simply from Wiki:
Application security encompasses measures taken throughout the application's
life-cycle to prevent exceptions in the security policy of an application
or the underlying system (vulnerabilities) through flaws in the design,
development, deployment, upgrade, or maintenance of the application.
Applications only cont... 阅读全帖
o**********e
发帖数: 18403
36
【 以下文字转载自 JobHunting 讨论区 】
发信人: condorlee (condorlee), 信区: JobHunting
标 题: 建议马工们有机会多搞信息安全、安全开发方面的东西
发信站: BBS 未名空间站 (Sat Jun 13 17:08:45 2015, 美东)
不管是自己业余学,还是平时工作中有涉及到的,主动去学习、承担,或者公司内部成
立安全团队,愿意接受内部没有安全经验的人转岗,都要抓住机会,尤其是安全开发方
面。
现在因为人才紧缺,所以很多公司不管是外部招聘、还是内部转岗,要求门槛都不高,
进场正是机会。码工们的开发功底,再往安全方向转移时,大部分也仍然会发挥价值,
不会浪费。
整个世界,信息化程度已经很深,可是信息安全落后太多,各个公司欠的债几乎是还不
完的。我是做这个方面的所以更了解内情。
可以说是一塌糊涂,现在暴露出来的这个公司,那个银行被攻击,都只是冰山一角。大
部分的攻击都是很弱智很简单的。很多所谓的黑客,也就是拿着别人写好的工具,东戳
戳西捣捣,结果到处都是捅出来的窟窿。
窗户没关,大家一眼就看见。软件中某个地方有个漏洞,除非花大量时间... 阅读全帖
c********t
发帖数: 4527
37
【 以下文字转载自 JobHunting 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: JobHunting
标 题: Application Security space in a nutshell
发信站: BBS 未名空间站 (Mon Dec 10 16:18:35 2012, 美东)
Simply from Wiki:
Application security encompasses measures taken throughout the application's
life-cycle to prevent exceptions in the security policy of an application
or the underlying system (vulnerabilities) through flaws in the design,
development, deployment, upgrade, or maintenance of the application.
Applications only cont... 阅读全帖
o**********e
发帖数: 18403
38
【 以下文字转载自 JobHunting 讨论区 】
发信人: condorlee (condorlee), 信区: JobHunting
标 题: 建议马工们有机会多搞信息安全、安全开发方面的东西
发信站: BBS 未名空间站 (Sat Jun 13 17:08:45 2015, 美东)
不管是自己业余学,还是平时工作中有涉及到的,主动去学习、承担,或者公司内部成
立安全团队,愿意接受内部没有安全经验的人转岗,都要抓住机会,尤其是安全开发方
面。
现在因为人才紧缺,所以很多公司不管是外部招聘、还是内部转岗,要求门槛都不高,
进场正是机会。码工们的开发功底,再往安全方向转移时,大部分也仍然会发挥价值,
不会浪费。
整个世界,信息化程度已经很深,可是信息安全落后太多,各个公司欠的债几乎是还不
完的。我是做这个方面的所以更了解内情。
可以说是一塌糊涂,现在暴露出来的这个公司,那个银行被攻击,都只是冰山一角。大
部分的攻击都是很弱智很简单的。很多所谓的黑客,也就是拿着别人写好的工具,东戳
戳西捣捣,结果到处都是捅出来的窟窿。
窗户没关,大家一眼就看见。软件中某个地方有个漏洞,除非花大量时间... 阅读全帖
o**********e
发帖数: 18403
39
【 以下文字转载自 JobHunting 讨论区 】
发信人: condorlee (condorlee), 信区: JobHunting
标 题: 建议马工们有机会多搞信息安全、安全开发方面的东西
发信站: BBS 未名空间站 (Sat Jun 13 17:08:45 2015, 美东)
不管是自己业余学,还是平时工作中有涉及到的,主动去学习、承担,或者公司内部成
立安全团队,愿意接受内部没有安全经验的人转岗,都要抓住机会,尤其是安全开发方
面。
现在因为人才紧缺,所以很多公司不管是外部招聘、还是内部转岗,要求门槛都不高,
进场正是机会。码工们的开发功底,再往安全方向转移时,大部分也仍然会发挥价值,
不会浪费。
整个世界,信息化程度已经很深,可是信息安全落后太多,各个公司欠的债几乎是还不
完的。我是做这个方面的所以更了解内情。
可以说是一塌糊涂,现在暴露出来的这个公司,那个银行被攻击,都只是冰山一角。大
部分的攻击都是很弱智很简单的。很多所谓的黑客,也就是拿着别人写好的工具,东戳
戳西捣捣,结果到处都是捅出来的窟窿。
窗户没关,大家一眼就看见。软件中某个地方有个漏洞,除非花大量时间... 阅读全帖
o**********e
发帖数: 18403
40
发信人: condorlee (condorlee), 信区: JobHunting
标 题: Re: 建议马工们有机会多搞信息安全、安全开发方面的东西
发信站: BBS 未名空间站 (Sat Jun 13 19:29:40 2015, 美东)
我是甲方的
做security researcher也不错,短期内待遇不高,因为安全公司一般都比较穷,但是
技术积累,出点书、搞几个patent,在安全会议上讲讲,然后很容易获得甲方的喜爱

condorlee 的书单:
我大概列一下吧。
学安全我觉得最好是在工作中学习,比如在自己的组里,主动挑头,研究一下本项目安
全开发上面可以做哪些事情?有目的的,逐渐研究学习。如果为了学而学,可能会比较
茫然,因为分支领域多而杂。
安全开发流程
============
微软是先驱,他们的主页,应该足够学一阵子了
https://www.microsoft.com/en-us/sdl/
先从安全开发流程看起,也避免了过早陷入大量技术细节,导致茫然
web安全开发
===========
www.owasp.org 是一个web安全开发的综合性网站,有用的... 阅读全帖
W********m
发帖数: 7793
41
来自主题: TexasHoldem版 - In what way do you use HM?!
It is not small sample. i have up to 1.2k hands for some of the regulars in
NL 25. most have at least 100 hand. read your data with care of course if
the samle size is small. Even if the sample size is big, you still need to
be careful reading the data.
For example,
if you are at button, raiase 3X JJ, sb who 3 bet 8% 3 bet you to 9X and you
know he is a regular 3 better so you 4 bet to 18X, he shoves all in 100X bb
, you need to be very careful here. He 3 bet 8% but it does not mean he will
5 b
t*********r
发帖数: 773
42
Video and samle images. 这才是真的革命机。。
http://conversations.nokia.com/2012/02/27/nokia-808-pureview-%E

的5
C****i
发帖数: 1776
43
来自主题: TrustInJesus版 - 聖經版本﹐研讀版聖經
OTHER TYPES OF BIBLICAL STUDIES PUBLICATIONS
聖經研究方面其他著作
There are some other books in the field of Biblical studies: a good
Bible a
tlas may be very helpful. Increasingly there are Chinese books published (w
ritten by Chinese authors) on textual criticism; Greek and Hebrew textbooks;
Greek and Hebrew Bibles; concordances based on the original languages, conc
ordances based on the English or Chinese Bible, and verse-by-verse interpret
ation of the original text (e.g. by A.T. Robertson). ... 阅读全帖
C****i
发帖数: 1776
44
来自主题: TrustInJesus版 - 聖經版本﹐研讀版聖經
TEXTBOOKS ON SYSTEMATIC THEOLOGY 系統神學教科書
20世紀出版的改革宗系統神學教科書﹐最典型的是伯克夫的<<系統神學>>﹐可
惜還沒有
翻譯成中文。
For many years, the standard Reformed textbook is Louis Berkhof,
Systematic
Theology (Carlisle, PA: Banner of Truth, 1939; reprinted in numerous editio
ns). The contemporary edition has included another work, formerly called Th
e Introductory Volume, along with Systematic Theology. You should buy this
combined one-volume edition whenever possible! It is well worth the US $35-
40 investme... 阅读全帖
C****i
发帖数: 1776
45
来自主题: TrustInJesus版 - 聖經版本﹐研讀版聖經
SYSTEMATIC THEOLOGY: THEMES 系統神學﹕專題
Doctrine of the Knowledge of God / Doctrine of Revelation / Doctrine of Scri
pture
認識神﹐啟示論﹐聖經論
John Frame, The Doctrine of the Knowledge of God (Phillipsburg, NJ:
Presbyt
erian and Reformed, 1987). Translation into Chinese in progress, China Hori
zon
這是當代改革宗一本立場穩固﹐思路清晰﹐對福音派 (改革宗以外) 人士採溫和態
度的 "啟示論" 教科書。作者曾在耶魯大學攻讀邏輯﹐多年來在威敏斯特神學院 (費
城校本部﹐和加州校園) 任教﹐近年來在改革宗神學院任系統神學教授。
巴刻在<<基要主義與神的道>>裡為聖經的權威辯護﹐也處理了信心與理性的關
係。本書
的著作﹐是為了回應1950年代英國聖公會自由派的一位主教攻擊基要派。因此... 阅读全帖
C****i
发帖数: 1776
46
来自主题: TrustInJesus版 - 当代正统神学的任务 林慈信
宗教与文化思潮暗流初探:

当代正统神学的任务 (一)

作者:林慈信


林慈信牧师,中华展望总干事,归正学院常任教授,威敏斯特神学院神学硕士,天普大
学历史系哲学博士。从事护教与神学信仰的工作,被唐崇荣牧师称为当代最贯彻归正的
华人思想家。林牧师致力出版归正信仰的书籍,着重系统神学,护教学,清教徒的成圣
神学,与圣经辅导学;同时任教于美国国际神学院,加州威敏斯特神学院等校。
中华展望的网址是: www.chinahorizon.org (中,英文);
林牧师的中文网页:http://samling.ccim.org
from:唐崇荣国际布道团(www.stemi.org)-动力季刊

神学,或称 “教义” (dogma)的传承 ,是每一代教会必须承担的任务。正统的神学的
工作,就是整理正统解经的成果,述说整本《圣经》对于一些问题的整体教导 (what d
oes the whole Bible say about an issue)。2000年来的教会,凡是正统的信仰都是基
于上帝在《圣经》的启示。正统的信仰,只有一个。那么,为什么每一代的教会需要重
新的宣讲神学,重... 阅读全帖
C****i
发帖数: 1776
47
来自主题: TrustInJesus版 - 当代正统神学的任务 林慈信
当代正统神学的任务﹝六﹞

神人二性的救主:特土良与爱仁纽论基督和救赎

持正统信仰的基督徒相信:主耶稣基督道成肉身,祂是神也是人。道成肉身的意思是:
主耶稣有人的样式,祂曾经真正的活在世上;同时祂的神性也在。祂是神的儿子,是神
的 “道”,是三位一体的第二位。祂有权能胜过死亡,祂确实地身体复活了!基督的神
人二性,是我们信仰的基石;基督必须是神人二性,才可以作我们大能的救主。
约翰福音一1-14 讲到关于成为肉身的 “道”, 提到七件事:
1. 太初有道 (1):耶稣基督是永恒的 (His eternity)。
2. 道与神同在 (1):基督有位格 (person),有独特的性格,祂与父神有着交往的关系。
3. 道就是神 (1):祂有神性 (deity),不是被造物。
4. 万物都是借着祂造的 (3):祂是创造主。
5. 生命在祂里头 (4):祂赐生命(animating),被造物本没有生命,只有在道中才有。
6. 这生命就是人的光 (4):基督是启示者 ;人活着因道工作的缘故。
7. 道成了肉身 (14):主成为人(incarnate),伯利恒马槽里的婴孩就是神永恒的道。“... 阅读全帖
S*********L
发帖数: 5785
48
来自主题: TrustInJesus版 - 有道可传﹐以经解经 (林慈信)
有道可传﹐以经解经 (林慈信)
有道可传﹐以经解经﹕
建立一套认信的神学的迫切性
林慈信
导论﹕给华人教会的紧急呼吁
两千年的教会史告诉我们:主基督的教会继续不断成长前进,同时也面临世界接二连三
的挑战。五花八门的试探,想要引诱教会在信仰生活事奉各方面姑息妥协,顺应世界潮
流。然而,教会付上血泪代价至死忠心,竭力持守护卫『从前一次交付圣徒的真道』。
「后现代主义」已经席卷整个世界,男女老幼已不再相信有绝对的真理,各人根据自
己主观经历来看圣经,自说自话众说纷纭。情感居首经验挂帅,教义不明真道不彰。因
此,在教会内外生灵涂炭,人心饥渴寻求救世真道,即圣经所启示的全面福音真理。华
人教会值此关键时刻,再次面临承先启后的时代挑战:尽忠持守、信靠传扬圣经为上帝
无谬误的话语。
历世历代以来,教会一直坚持认信圣经是圣灵默示所写成的,所以圣经本身就是上帝的
话,圣经就是神在说话。因为圣经就是神的话,所以是我们全心顺从的唯一最高权威,
是我们信仰与生活的最高准则。主耶稣基督透过圣经与圣灵来治理祂的教会。神呼召教
会要传讲、教导、护卫、顺服圣经(祂)的话,做为天国子民的生活法则。华人教会急需
讲坛复兴... 阅读全帖
j*******y
发帖数: 965
49
来自主题: BuildingWeb版 - Anyone know SAML 2.0 and OpenSAML ? (转载)
网上有例子,我下载了运行了一下。 Java code 好象不复杂。 但是,我想把它用在网
页上。 网上好象没有直接的 OpenSAML 应用在网页上的例子。
我们现在的网页大多数部分没有用到 Web Service. 如何整合 OpenSAML 和网页呢?
C****n
发帖数: 2324
50
来自主题: DotNet版 - authentication

Don't use session. It will work, not the best pratice.
I strongly suggest anybody who wants to learn .NET to check out the IBUYSPY
sample. It's the best samle I've seen so far.
The
use
login?
authorization
same
1 2 下页 末页 (共2页)