この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi evebody,
I'm working in a project that need to implement two types of authentication one for customers employee using integration between ADFS and SAML and another for external user using AEM form basic.
Until now I can find any documentation about this specific scenario. Any tips will be very useful.
Thanks a lot.
Wagner Brito.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Hi,
SAML authentication with SAML is documented at [1]. And what do you mean with "Form authentication"? Is it the "regular authentication" you have on AEM when no SAML is configured? That should work by default, and even when SAML is enabled, too.
Hi,
SAML authentication with SAML is documented at [1]. And what do you mean with "Form authentication"? Is it the "regular authentication" you have on AEM when no SAML is configured? That should work by default, and even when SAML is enabled, too.
Hi @Jörg_Hoh.
I was talk about "regular authentication". But after configure SAML I can't access the AEM login form. May have a configuration that I forgot to do?
Since now thanks for your answer.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
The main key IMO is to make sure the resource you are trying to authenticate is "seen" by the proper authentication handler.
In SAML, you can define the paths that, when a user needs permission to access, will trigger SAML Authenication handler. For all others, it should default to the OOTB Sling Authentication when a CUG or ACL is on the resource.