Jump to: navigation, search

Changes


With this, the {{UBIK}} session in the web service's {{UBIK}} Environment is tagged with the SSO token, and the customizing code can use it to interact with 3rd party systems.
 
 
 
 
= Studio =
There are several use-cases where we need to customize the SSO processor. We can define what should be done when a login object is required or found, and we can use the information delivered with the SSO token in the form of assertions or claims. In any case, we must override the SSO processor implementation, e.g.:
<syntaxhighlight langdiv class="csharptoccolours mw-collapsible mw-collapsed" style="width:100%; overflow:auto;"><div style="font-weight:bold;line-height:1.6;">Example Code</div><div class="mw-collapsible mw-collapsedcontent"><syntaxhighlight lang="csharp" >
public class MyOIDCProcessor : DynamicOIDCProcessorExt
{
</syntaxhighlight>
</div></div>
== Interfacing ==
1,606
edits